Html Css Color HEX #F71CC7 Shocking Pink

📋 copy color: '#F71CC7'

red 247 ◦ green 28 ◦ blue 199

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

Shades of Shocking Pink #F71CC7

Tints of Shocking Pink #F71CC7

RGB

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

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

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

R = 52.11%
G = 5.91%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F71CC7 (or 0xF71CC7) is known color: Shocking Pink. HEX triplet: F7, 1C and C7. RGB value is (247,28,199). Sum of RGB (Red+Green+Blue) = 247+28+199=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CC7 is #08E338. Grayscale: #707070. Windows color (decimal): -582457 or 13049079. OLE color: 13049079.

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

Color convert

RGB 247 28 199 -
CMYK 0 0.89 0.19 0.03
HSL 313.15º 0.93% 0.54% -
HSV(B) 313.15º 0.89% 0.97% -
XYZ 49.08 24.73 56.22 -
YUV 112.98 176.55 223.6 -
System Red Green Blue C M Y K H S L
Decimal 247 28 199 0 0.89 0.19 0.03 313.15 0.93 0.54
Hex F7 1C C7 0 59 13 3 139 5D 36
Octal 367 34 307 0 131 23 3 471 135 66
Binary 11110111 11100 11000111 0 1011001 10011 11 100111001 1011101 110110

Color Harmonies of #F71CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CC7

Black with #F71CC7

Text Example


Text Example

White with #F71CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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