Html Css Color HEX #F71CCF Shocking Pink

📋 copy color: '#F71CCF'

red 247 ◦ green 28 ◦ blue 207

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

Shades of Shocking Pink #F71CCF

Tints of Shocking Pink #F71CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 51.24%
G = 5.81%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F71CCF (or 0xF71CCF) is known color: Shocking Pink. HEX triplet: F7, 1C and CF. RGB value is (247,28,207). Sum of RGB (Red+Green+Blue) = 247+28+207=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CCF is #08E330. Grayscale: #717171. Windows color (decimal): -582449 or 13573367. OLE color: 13573367.

HSL color Cylindrical-coordinate representation of color #F71CCF: hue angle of 310.96º 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 #F71CCF is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 28 207 -
CMYK 0 0.89 0.16 0.03
HSL 310.96º 0.93% 0.54% -
HSV(B) 310.96º 0.89% 0.97% -
XYZ 50.04 25.11 61.24 -
YUV 113.89 180.55 222.95 -
System Red Green Blue C M Y K H S L
Decimal 247 28 207 0 0.89 0.16 0.03 310.96 0.93 0.54
Hex F7 1C CF 0 59 10 3 137 5D 36
Octal 367 34 317 0 131 20 3 467 135 66
Binary 11110111 11100 11001111 0 1011001 10000 11 100110111 1011101 110110

Color Harmonies of #F71CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CCF

Black with #F71CCF

Text Example


Text Example

White with #F71CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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