Html Css Color HEX #F41DD2 Shocking Pink

📋 copy color: '#F41DD2'

red 244 ◦ green 29 ◦ blue 210

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

Shades of Shocking Pink #F41DD2

Tints of Shocking Pink #F41DD2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6%

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 50.52%
G = 6%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F41DD2 (or 0xF41DD2) is known color: Shocking Pink. HEX triplet: F4, 1D and D2. RGB value is (244,29,210). Sum of RGB (Red+Green+Blue) = 244+29+210=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DD2 is #0BE22D. Grayscale: #717171. Windows color (decimal): -778798 or 13770228. OLE color: 13770228.

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

Color convert

RGB 244 29 210 -
CMYK 0 0.88 0.14 0.04
HSL 309.49º 0.91% 0.54% -
HSV(B) 309.49º 0.88% 0.96% -
XYZ 49.38 24.76 63.15 -
YUV 113.92 182.23 220.78 -
System Red Green Blue C M Y K H S L
Decimal 244 29 210 0 0.88 0.14 0.04 309.49 0.91 0.54
Hex F4 1D D2 0 58 E 4 135 5B 36
Octal 364 35 322 0 130 16 4 465 133 66
Binary 11110100 11101 11010010 0 1011000 1110 100 100110101 1011011 110110

Color Harmonies of #F41DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DD2

Black with #F41DD2

Text Example


Text Example

White with #F41DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DD2; }

 p { color: rgb(244,29,210); }

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

background-color css

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

 a { background-color: rgb(244,29,210); }

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

border-color css

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

 span { border-color: rgb(244,29,210); }

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