Html Css Color HEX #F91775 Deep Pink

📋 copy color: '#F91775'

red 249 ◦ green 23 ◦ blue 117

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

Shades of Deep Pink #F91775

Tints of Deep Pink #F91775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.91%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 64.01%
G = 5.91%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91775 (or 0xF91775) is known color: Deep Pink. HEX triplet: F9, 17 and 75. RGB value is (249,23,117). Sum of RGB (Red+Green+Blue) = 249+23+117=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F91775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91775 is #06E88A. Grayscale: #656565. Windows color (decimal): -452747 or 7673849. OLE color: 7673849.

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

Color convert

RGB 249 23 117 -
CMYK 0 0.91 0.53 0.02
HSL 335.04º 0.95% 0.53% -
HSV(B) 335.04º 0.91% 0.98% -
XYZ 42.58 22.04 18.84 -
YUV 101.29 136.87 233.36 -
System Red Green Blue C M Y K H S L
Decimal 249 23 117 0 0.91 0.53 0.02 335.04 0.95 0.53
Hex F9 17 75 0 5B 35 2 14F 5F 35
Octal 371 27 165 0 133 65 2 517 137 65
Binary 11111001 10111 1110101 0 1011011 110101 10 101001111 1011111 110101

Color Harmonies of #F91775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91775

Black with #F91775

Text Example


Text Example

White with #F91775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91775; }

 p { color: rgb(249,23,117); }

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

background-color css

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

 a { background-color: rgb(249,23,117); }

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

border-color css

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

 span { border-color: rgb(249,23,117); }

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