Html Css Color HEX #F91D8C Deep Pink

📋 copy color: '#F91D8C'

red 249 ◦ green 29 ◦ blue 140

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

Shades of Deep Pink #F91D8C

Tints of Deep Pink #F91D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 59.57%
G = 6.94%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F91D8C (or 0xF91D8C) is known color: Deep Pink. HEX triplet: F9, 1D and 8C. RGB value is (249,29,140). Sum of RGB (Red+Green+Blue) = 249+29+140=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D8C is #06E273. Grayscale: #6B6B6B. Windows color (decimal): -451188 or 9182713. OLE color: 9182713.

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

Color convert

RGB 249 29 140 -
CMYK 0 0.88 0.44 0.02
HSL 329.73º 0.95% 0.55% -
HSV(B) 329.73º 0.88% 0.98% -
XYZ 44.24 22.91 26.9 -
YUV 107.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 249 29 140 0 0.88 0.44 0.02 329.73 0.95 0.55
Hex F9 1D 8C 0 58 2C 2 14A 5F 37
Octal 371 35 214 0 130 54 2 512 137 67
Binary 11111001 11101 10001100 0 1011000 101100 10 101001010 1011111 110111

Color Harmonies of #F91D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D8C

Black with #F91D8C

Text Example


Text Example

White with #F91D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D8C; }

 p { color: rgb(249,29,140); }

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

background-color css

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

 a { background-color: rgb(249,29,140); }

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

border-color css

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

 span { border-color: rgb(249,29,140); }

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