Html Css Color HEX #F91CC5 Shocking Pink

📋 copy color: '#F91CC5'

red 249 ◦ green 28 ◦ blue 197

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

Shades of Shocking Pink #F91CC5

Tints of Shocking Pink #F91CC5

RGB

 RED value IS 249 (97.66% from 255) = 52.53%

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

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 52.53%
G = 5.91%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F91CC5 (or 0xF91CC5) is known color: Shocking Pink. HEX triplet: F9, 1C and C5. RGB value is (249,28,197). Sum of RGB (Red+Green+Blue) = 249+28+197=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CC5 is #06E33A. Grayscale: #707070. Windows color (decimal): -451387 or 12918009. OLE color: 12918009.

HSL color Cylindrical-coordinate representation of color #F91CC5: hue angle of 314.12º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CC5 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 28 197 -
CMYK 0 0.89 0.21 0.02
HSL 314.12º 0.95% 0.54% -
HSV(B) 314.12º 0.89% 0.98% -
XYZ 49.56 25 55.04 -
YUV 113.35 175.22 224.76 -
System Red Green Blue C M Y K H S L
Decimal 249 28 197 0 0.89 0.21 0.02 314.12 0.95 0.54
Hex F9 1C C5 0 59 15 2 13A 5F 36
Octal 371 34 305 0 131 25 2 472 137 66
Binary 11111001 11100 11000101 0 1011001 10101 10 100111010 1011111 110110

Color Harmonies of #F91CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CC5

Black with #F91CC5

Text Example


Text Example

White with #F91CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CC5; }

 p { color: rgb(249,28,197); }

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

background-color css

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

 a { background-color: rgb(249,28,197); }

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

border-color css

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

 span { border-color: rgb(249,28,197); }

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