Html Css Color HEX #F91C9C Deep Pink

📋 copy color: '#F91C9C'

red 249 ◦ green 28 ◦ blue 156

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

Shades of Deep Pink #F91C9C

Tints of Deep Pink #F91C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 57.51%
G = 6.47%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F91C9C (or 0xF91C9C) is known color: Deep Pink. HEX triplet: F9, 1C and 9C. RGB value is (249,28,156). Sum of RGB (Red+Green+Blue) = 249+28+156=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C9C is #06E363. Grayscale: #6C6C6C. Windows color (decimal): -451428 or 10231033. OLE color: 10231033.

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

Color convert

RGB 249 28 156 -
CMYK 0 0.89 0.37 0.02
HSL 325.25º 0.95% 0.54% -
HSV(B) 325.25º 0.89% 0.98% -
XYZ 45.48 23.37 33.57 -
YUV 108.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 249 28 156 0 0.89 0.37 0.02 325.25 0.95 0.54
Hex F9 1C 9C 0 59 25 2 145 5F 36
Octal 371 34 234 0 131 45 2 505 137 66
Binary 11111001 11100 10011100 0 1011001 100101 10 101000101 1011111 110110

Color Harmonies of #F91C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C9C

Black with #F91C9C

Text Example


Text Example

White with #F91C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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