Html Css Color HEX #F71BC9 Shocking Pink

📋 copy color: '#F71BC9'

red 247 ◦ green 27 ◦ blue 201

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

Shades of Shocking Pink #F71BC9

Tints of Shocking Pink #F71BC9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.68%

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 52%
G = 5.68%
B = 42.32%

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

#F71BC9 (or 0xF71BC9) is known color: Shocking Pink. HEX triplet: F7, 1B and C9. RGB value is (247,27,201). Sum of RGB (Red+Green+Blue) = 247+27+201=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BC9 is #08E436. Grayscale: #707070. Windows color (decimal): -582711 or 13179895. OLE color: 13179895.

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

Color convert

RGB 247 27 201 -
CMYK 0 0.89 0.19 0.03
HSL 312.55º 0.93% 0.54% -
HSV(B) 312.55º 0.89% 0.97% -
XYZ 49.29 24.78 57.44 -
YUV 112.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 247 27 201 0 0.89 0.19 0.03 312.55 0.93 0.54
Hex F7 1B C9 0 59 13 3 139 5D 36
Octal 367 33 311 0 131 23 3 471 135 66
Binary 11110111 11011 11001001 0 1011001 10011 11 100111001 1011101 110110

Color Harmonies of #F71BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71BC9

Black with #F71BC9

Text Example


Text Example

White with #F71BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71BC9; }

 p { color: rgb(247,27,201); }

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

background-color css

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

 a { background-color: rgb(247,27,201); }

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

border-color css

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

 span { border-color: rgb(247,27,201); }

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