Html Css Color HEX #F91D8F Deep Pink

📋 copy color: '#F91D8F'

red 249 ◦ green 29 ◦ blue 143

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

Shades of Deep Pink #F91D8F

Tints of Deep Pink #F91D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 59.14%
G = 6.89%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F91D8F (or 0xF91D8F) is known color: Deep Pink. HEX triplet: F9, 1D and 8F. RGB value is (249,29,143). Sum of RGB (Red+Green+Blue) = 249+29+143=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D8F is #06E270. Grayscale: #6B6B6B. Windows color (decimal): -451185 or 9379321. OLE color: 9379321.

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

Color convert

RGB 249 29 143 -
CMYK 0 0.88 0.43 0.02
HSL 328.91º 0.95% 0.55% -
HSV(B) 328.91º 0.88% 0.98% -
XYZ 44.46 23 28.08 -
YUV 107.78 147.89 228.73 -
System Red Green Blue C M Y K H S L
Decimal 249 29 143 0 0.88 0.43 0.02 328.91 0.95 0.55
Hex F9 1D 8F 0 58 2B 2 149 5F 37
Octal 371 35 217 0 130 53 2 511 137 67
Binary 11111001 11101 10001111 0 1011000 101011 10 101001001 1011111 110111

Color Harmonies of #F91D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D8F

Black with #F91D8F

Text Example


Text Example

White with #F91D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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