Html Css Color HEX #F71DD2 Shocking Pink

📋 copy color: '#F71DD2'

red 247 ◦ green 29 ◦ blue 210

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

Shades of Shocking Pink #F71DD2

Tints of Shocking Pink #F71DD2

RGB

 RED value IS 247 (96.88% from 255) = 50.82%

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

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

R = 50.82%
G = 5.97%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F71DD2 (or 0xF71DD2) is known color: Shocking Pink. HEX triplet: F7, 1D and D2. RGB value is (247,29,210). Sum of RGB (Red+Green+Blue) = 247+29+210=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DD2 is #08E22D. Grayscale: #727272. Windows color (decimal): -582190 or 13770231. OLE color: 13770231.

HSL color Cylindrical-coordinate representation of color #F71DD2: hue angle of 310.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 29 210 -
CMYK 0 0.88 0.15 0.03
HSL 310.18º 0.93% 0.54% -
HSV(B) 310.18º 0.88% 0.97% -
XYZ 50.43 25.31 63.2 -
YUV 114.82 181.72 222.28 -
System Red Green Blue C M Y K H S L
Decimal 247 29 210 0 0.88 0.15 0.03 310.18 0.93 0.54
Hex F7 1D D2 0 58 F 3 136 5D 36
Octal 367 35 322 0 130 17 3 466 135 66
Binary 11110111 11101 11010010 0 1011000 1111 11 100110110 1011101 110110

Color Harmonies of #F71DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DD2

Black with #F71DD2

Text Example


Text Example

White with #F71DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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