Html Css Color HEX #F71CCE Shocking Pink

📋 copy color: '#F71CCE'

red 247 ◦ green 28 ◦ blue 206

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

Shades of Shocking Pink #F71CCE

Tints of Shocking Pink #F71CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 51.35%
G = 5.82%
B = 42.83%

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

#F71CCE (or 0xF71CCE) is known color: Shocking Pink. HEX triplet: F7, 1C and CE. RGB value is (247,28,206). Sum of RGB (Red+Green+Blue) = 247+28+206=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CCE is #08E331. Grayscale: #717171. Windows color (decimal): -582450 or 13507831. OLE color: 13507831.

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

Color convert

RGB 247 28 206 -
CMYK 0 0.89 0.17 0.03
HSL 311.23º 0.93% 0.54% -
HSV(B) 311.23º 0.89% 0.97% -
XYZ 49.91 25.06 60.6 -
YUV 113.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 247 28 206 0 0.89 0.17 0.03 311.23 0.93 0.54
Hex F7 1C CE 0 59 11 3 137 5D 36
Octal 367 34 316 0 131 21 3 467 135 66
Binary 11110111 11100 11001110 0 1011001 10001 11 100110111 1011101 110110

Color Harmonies of #F71CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CCE

Black with #F71CCE

Text Example


Text Example

White with #F71CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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