Html Css Color HEX #F91CC2 Shocking Pink

📋 copy color: '#F91CC2'

red 249 ◦ green 28 ◦ blue 194

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

Shades of Shocking Pink #F91CC2

Tints of Shocking Pink #F91CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 52.87%
G = 5.94%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F91CC2 (or 0xF91CC2) is known color: Shocking Pink. HEX triplet: F9, 1C and C2. RGB value is (249,28,194). Sum of RGB (Red+Green+Blue) = 249+28+194=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CC2 is #06E33D. Grayscale: #707070. Windows color (decimal): -451390 or 12721401. OLE color: 12721401.

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

Color convert

RGB 249 28 194 -
CMYK 0 0.89 0.22 0.02
HSL 314.93º 0.95% 0.54% -
HSV(B) 314.93º 0.89% 0.98% -
XYZ 49.22 24.87 53.24 -
YUV 113 173.72 225 -
System Red Green Blue C M Y K H S L
Decimal 249 28 194 0 0.89 0.22 0.02 314.93 0.95 0.54
Hex F9 1C C2 0 59 16 2 13B 5F 36
Octal 371 34 302 0 131 26 2 473 137 66
Binary 11111001 11100 11000010 0 1011001 10110 10 100111011 1011111 110110

Color Harmonies of #F91CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CC2

Black with #F91CC2

Text Example


Text Example

White with #F91CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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