Html Css Color HEX #F71ECE Shocking Pink

📋 copy color: '#F71ECE'

red 247 ◦ green 30 ◦ blue 206

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

Shades of Shocking Pink #F71ECE

Tints of Shocking Pink #F71ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.21%

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

R = 51.14%
G = 6.21%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F71ECE (or 0xF71ECE) is known color: Shocking Pink. HEX triplet: F7, 1E and CE. RGB value is (247,30,206). Sum of RGB (Red+Green+Blue) = 247+30+206=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ECE is #08E131. Grayscale: #727272. Windows color (decimal): -581938 or 13508343. OLE color: 13508343.

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

Color convert

RGB 247 30 206 -
CMYK 0 0.88 0.17 0.03
HSL 311.34º 0.93% 0.54% -
HSV(B) 311.34º 0.88% 0.97% -
XYZ 49.96 25.16 60.62 -
YUV 114.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 247 30 206 0 0.88 0.17 0.03 311.34 0.93 0.54
Hex F7 1E CE 0 58 11 3 137 5D 36
Octal 367 36 316 0 130 21 3 467 135 66
Binary 11110111 11110 11001110 0 1011000 10001 11 100110111 1011101 110110

Color Harmonies of #F71ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ECE

Black with #F71ECE

Text Example


Text Example

White with #F71ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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