Html Css Color HEX #F71FCC Shocking Pink

📋 copy color: '#F71FCC'

red 247 ◦ green 31 ◦ blue 204

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

Shades of Shocking Pink #F71FCC

Tints of Shocking Pink #F71FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

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

R = 51.24%
G = 6.43%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F71FCC (or 0xF71FCC) is known color: Shocking Pink. HEX triplet: F7, 1F and CC. RGB value is (247,31,204). Sum of RGB (Red+Green+Blue) = 247+31+204=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FCC is #08E033. Grayscale: #727272. Windows color (decimal): -581684 or 13377527. OLE color: 13377527.

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

Color convert

RGB 247 31 204 -
CMYK 0 0.87 0.17 0.03
HSL 311.94º 0.93% 0.55% -
HSV(B) 311.94º 0.87% 0.97% -
XYZ 49.75 25.11 59.35 -
YUV 115.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 247 31 204 0 0.87 0.17 0.03 311.94 0.93 0.55
Hex F7 1F CC 0 57 11 3 138 5D 37
Octal 367 37 314 0 127 21 3 470 135 67
Binary 11110111 11111 11001100 0 1010111 10001 11 100111000 1011101 110111

Color Harmonies of #F71FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FCC

Black with #F71FCC

Text Example


Text Example

White with #F71FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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