Html Css Color HEX #F91D85 Deep Pink

📋 copy color: '#F91D85'

red 249 ◦ green 29 ◦ blue 133

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

Shades of Deep Pink #F91D85

Tints of Deep Pink #F91D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 60.58%
G = 7.06%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91D85 (or 0xF91D85) is known color: Deep Pink. HEX triplet: F9, 1D and 85. RGB value is (249,29,133). Sum of RGB (Red+Green+Blue) = 249+29+133=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D85 is #06E27A. Grayscale: #6A6A6A. Windows color (decimal): -451195 or 8723961. OLE color: 8723961.

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

Color convert

RGB 249 29 133 -
CMYK 0 0.88 0.47 0.02
HSL 331.64º 0.95% 0.55% -
HSV(B) 331.64º 0.88% 0.98% -
XYZ 43.74 22.71 24.27 -
YUV 106.64 142.89 229.54 -
System Red Green Blue C M Y K H S L
Decimal 249 29 133 0 0.88 0.47 0.02 331.64 0.95 0.55
Hex F9 1D 85 0 58 2F 2 14C 5F 37
Octal 371 35 205 0 130 57 2 514 137 67
Binary 11111001 11101 10000101 0 1011000 101111 10 101001100 1011111 110111

Color Harmonies of #F91D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D85

Black with #F91D85

Text Example


Text Example

White with #F91D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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