Html Css Color HEX #F91C8A Deep Pink

📋 copy color: '#F91C8A'

red 249 ◦ green 28 ◦ blue 138

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

Shades of Deep Pink #F91C8A

Tints of Deep Pink #F91C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 60%
G = 6.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F91C8A (or 0xF91C8A) is known color: Deep Pink. HEX triplet: F9, 1C and 8A. RGB value is (249,28,138). Sum of RGB (Red+Green+Blue) = 249+28+138=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C8A is #06E375. Grayscale: #6A6A6A. Windows color (decimal): -451446 or 9051385. OLE color: 9051385.

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

Color convert

RGB 249 28 138 -
CMYK 0 0.89 0.45 0.02
HSL 330.14º 0.95% 0.54% -
HSV(B) 330.14º 0.89% 0.98% -
XYZ 44.07 22.81 26.12 -
YUV 106.62 145.72 229.56 -
System Red Green Blue C M Y K H S L
Decimal 249 28 138 0 0.89 0.45 0.02 330.14 0.95 0.54
Hex F9 1C 8A 0 59 2D 2 14A 5F 36
Octal 371 34 212 0 131 55 2 512 137 66
Binary 11111001 11100 10001010 0 1011001 101101 10 101001010 1011111 110110

Color Harmonies of #F91C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C8A

Black with #F91C8A

Text Example


Text Example

White with #F91C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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