Html Css Color HEX #F71EC7 Shocking Pink

📋 copy color: '#F71EC7'

red 247 ◦ green 30 ◦ blue 199

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

Shades of Shocking Pink #F71EC7

Tints of Shocking Pink #F71EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 51.89%
G = 6.3%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F71EC7 (or 0xF71EC7) is known color: Shocking Pink. HEX triplet: F7, 1E and C7. RGB value is (247,30,199). Sum of RGB (Red+Green+Blue) = 247+30+199=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC7 is #08E138. Grayscale: #717171. Windows color (decimal): -581945 or 13049591. OLE color: 13049591.

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

Color convert

RGB 247 30 199 -
CMYK 0 0.88 0.19 0.03
HSL 313.27º 0.93% 0.54% -
HSV(B) 313.27º 0.88% 0.97% -
XYZ 49.13 24.83 56.24 -
YUV 114.15 175.89 222.76 -
System Red Green Blue C M Y K H S L
Decimal 247 30 199 0 0.88 0.19 0.03 313.27 0.93 0.54
Hex F7 1E C7 0 58 13 3 139 5D 36
Octal 367 36 307 0 130 23 3 471 135 66
Binary 11110111 11110 11000111 0 1011000 10011 11 100111001 1011101 110110

Color Harmonies of #F71EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EC7

Black with #F71EC7

Text Example


Text Example

White with #F71EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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