Html Css Color HEX #F71ECF Shocking Pink

📋 copy color: '#F71ECF'

red 247 ◦ green 30 ◦ blue 207

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

Shades of Shocking Pink #F71ECF

Tints of Shocking Pink #F71ECF

RGB

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

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

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

R = 51.03%
G = 6.2%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F71ECF (or 0xF71ECF) is known color: Shocking Pink. HEX triplet: F7, 1E and CF. RGB value is (247,30,207). Sum of RGB (Red+Green+Blue) = 247+30+207=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ECF is #08E130. Grayscale: #727272. Windows color (decimal): -581937 or 13573879. OLE color: 13573879.

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

Color convert

RGB 247 30 207 -
CMYK 0 0.88 0.16 0.03
HSL 311.06º 0.93% 0.54% -
HSV(B) 311.06º 0.88% 0.97% -
XYZ 50.08 25.21 61.26 -
YUV 115.06 179.89 222.11 -
System Red Green Blue C M Y K H S L
Decimal 247 30 207 0 0.88 0.16 0.03 311.06 0.93 0.54
Hex F7 1E CF 0 58 10 3 137 5D 36
Octal 367 36 317 0 130 20 3 467 135 66
Binary 11110111 11110 11001111 0 1011000 10000 11 100110111 1011101 110110

Color Harmonies of #F71ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ECF

Black with #F71ECF

Text Example


Text Example

White with #F71ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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