Html Css Color HEX #F91575 Deep Pink

📋 copy color: '#F91575'

red 249 ◦ green 21 ◦ blue 117

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

Shades of Deep Pink #F91575

Tints of Deep Pink #F91575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

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

R = 64.34%
G = 5.43%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91575 (or 0xF91575) is known color: Deep Pink. HEX triplet: F9, 15 and 75. RGB value is (249,21,117). Sum of RGB (Red+Green+Blue) = 249+21+117=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F91575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91575 is #06EA8A. Grayscale: #636363. Windows color (decimal): -453259 or 7673337. OLE color: 7673337.

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

Color convert

RGB 249 21 117 -
CMYK 0 0.92 0.53 0.02
HSL 334.74º 0.95% 0.53% -
HSV(B) 334.74º 0.92% 0.98% -
XYZ 42.55 21.96 18.83 -
YUV 100.12 137.54 234.19 -
System Red Green Blue C M Y K H S L
Decimal 249 21 117 0 0.92 0.53 0.02 334.74 0.95 0.53
Hex F9 15 75 0 5C 35 2 14F 5F 35
Octal 371 25 165 0 134 65 2 517 137 65
Binary 11111001 10101 1110101 0 1011100 110101 10 101001111 1011111 110101

Color Harmonies of #F91575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91575

Black with #F91575

Text Example


Text Example

White with #F91575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91575; }

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

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

background-color css

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

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

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

border-color css

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

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

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