Html Css Color HEX #F71CCC Shocking Pink

📋 copy color: '#F71CCC'

red 247 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #F71CCC

Tints of Shocking Pink #F71CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.85%

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 51.57%
G = 5.85%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F71CCC (or 0xF71CCC) is known color: Shocking Pink. HEX triplet: F7, 1C and CC. RGB value is (247,28,204). Sum of RGB (Red+Green+Blue) = 247+28+204=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CCC is #08E333. Grayscale: #717171. Windows color (decimal): -582452 or 13376759. OLE color: 13376759.

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

Color convert

RGB 247 28 204 -
CMYK 0 0.89 0.17 0.03
HSL 311.78º 0.93% 0.54% -
HSV(B) 311.78º 0.89% 0.97% -
XYZ 49.67 24.96 59.33 -
YUV 113.55 179.05 223.19 -
System Red Green Blue C M Y K H S L
Decimal 247 28 204 0 0.89 0.17 0.03 311.78 0.93 0.54
Hex F7 1C CC 0 59 11 3 138 5D 36
Octal 367 34 314 0 131 21 3 470 135 66
Binary 11110111 11100 11001100 0 1011001 10001 11 100111000 1011101 110110

Color Harmonies of #F71CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CCC

Black with #F71CCC

Text Example


Text Example

White with #F71CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CCC; }

 p { color: rgb(247,28,204); }

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

background-color css

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

 a { background-color: rgb(247,28,204); }

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

border-color css

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

 span { border-color: rgb(247,28,204); }

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