Html Css Color HEX #F41AD6 Shocking Pink

📋 copy color: '#F41AD6'

red 244 ◦ green 26 ◦ blue 214

#F41AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F41AD6

Tints of Shocking Pink #F41AD6

RGB

 RED value IS 244 (95.7% from 255) = 50.41%

 GREEN value IS 26 (10.55% from 255) = 5.37%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 50.41%
G = 5.37%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F41AD6 (or 0xF41AD6) is known color: Shocking Pink. HEX triplet: F4, 1A and D6. RGB value is (244,26,214). Sum of RGB (Red+Green+Blue) = 244+26+214=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41AD6 is #0BE529. Grayscale: #707070. Windows color (decimal): -779562 or 14031604. OLE color: 14031604.

HSL color Cylindrical-coordinate representation of color #F41AD6: hue angle of 308.26º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41AD6 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 26 214 -
CMYK 0 0.89 0.12 0.04
HSL 308.26º 0.91% 0.53% -
HSV(B) 308.26º 0.89% 0.96% -
XYZ 49.82 24.83 65.78 -
YUV 112.61 185.22 221.71 -
System Red Green Blue C M Y K H S L
Decimal 244 26 214 0 0.89 0.12 0.04 308.26 0.91 0.53
Hex F4 1A D6 0 59 C 4 134 5B 35
Octal 364 32 326 0 131 14 4 464 133 65
Binary 11110100 11010 11010110 0 1011001 1100 100 100110100 1011011 110101

Color Harmonies of #F41AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41AD6

Black with #F41AD6

Text Example


Text Example

White with #F41AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41AD6; }

 p { color: rgb(244,26,214); }

 H1.HeaderClassName
 {
   color: #F41AD6;
 }
 .AnyTagClassName
 {
   color: #F41AD6;
 }
</style>

background-color css

<style>
 a { background-color: #F41AD6; }

 a { background-color: rgb(244,26,214); }

 div.DivClassName
 {
   background-color: #F41AD6;
 }
 .BgClassName
 {
   background-color: #F41AD6;
 }
</style>

border-color css

<style>
 span { border-color: #F41AD6; }

 span { border-color: rgb(244,26,214); }

 td.TdClassName
 {
   border-color: #F41AD6;
 }
 .TagClassName
 {
   border-color: #F41AD6;
 }
</style>