Html Css Color HEX #F71EC6 Shocking Pink

📋 copy color: '#F71EC6'

red 247 ◦ green 30 ◦ blue 198

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

Shades of Shocking Pink #F71EC6

Tints of Shocking Pink #F71EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 52%
G = 6.32%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F71EC6 (or 0xF71EC6) is known color: Shocking Pink. HEX triplet: F7, 1E and C6. RGB value is (247,30,198). Sum of RGB (Red+Green+Blue) = 247+30+198=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC6 is #08E139. Grayscale: #717171. Windows color (decimal): -581946 or 12984055. OLE color: 12984055.

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

Color convert

RGB 247 30 198 -
CMYK 0 0.88 0.20 0.03
HSL 313.55º 0.93% 0.54% -
HSV(B) 313.55º 0.88% 0.97% -
XYZ 49.02 24.78 55.63 -
YUV 114.04 175.39 222.84 -
System Red Green Blue C M Y K H S L
Decimal 247 30 198 0 0.88 0.20 0.03 313.55 0.93 0.54
Hex F7 1E C6 0 58 14 3 13A 5D 36
Octal 367 36 306 0 130 24 3 472 135 66
Binary 11110111 11110 11000110 0 1011000 10100 11 100111010 1011101 110110

Color Harmonies of #F71EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EC6

Black with #F71EC6

Text Example


Text Example

White with #F71EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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