Html Css Color HEX #F71CBC Shocking Pink

📋 copy color: '#F71CBC'

red 247 ◦ green 28 ◦ blue 188

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

Shades of Shocking Pink #F71CBC

Tints of Shocking Pink #F71CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 53.35%
G = 6.05%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F71CBC (or 0xF71CBC) is known color: Shocking Pink. HEX triplet: F7, 1C and BC. RGB value is (247,28,188). Sum of RGB (Red+Green+Blue) = 247+28+188=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CBC is #08E343. Grayscale: #6F6F6F. Windows color (decimal): -582468 or 12328183. OLE color: 12328183.

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

Color convert

RGB 247 28 188 -
CMYK 0 0.89 0.24 0.03
HSL 316.16º 0.93% 0.54% -
HSV(B) 316.16º 0.89% 0.97% -
XYZ 47.85 24.24 49.73 -
YUV 111.72 171.05 224.49 -
System Red Green Blue C M Y K H S L
Decimal 247 28 188 0 0.89 0.24 0.03 316.16 0.93 0.54
Hex F7 1C BC 0 59 18 3 13C 5D 36
Octal 367 34 274 0 131 30 3 474 135 66
Binary 11110111 11100 10111100 0 1011001 11000 11 100111100 1011101 110110

Color Harmonies of #F71CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CBC

Black with #F71CBC

Text Example


Text Example

White with #F71CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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