Html Css Color HEX #F91594 Deep Pink

📋 copy color: '#F91594'

red 249 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #F91594

Tints of Deep Pink #F91594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 59.57%
G = 5.02%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F91594 (or 0xF91594) is known color: Deep Pink. HEX triplet: F9, 15 and 94. RGB value is (249,21,148). Sum of RGB (Red+Green+Blue) = 249+21+148=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91594 is #06EA6B. Grayscale: #676767. Windows color (decimal): -453228 or 9704953. OLE color: 9704953.

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

Color convert

RGB 249 21 148 -
CMYK 0 0.92 0.41 0.02
HSL 326.58º 0.95% 0.53% -
HSV(B) 326.58º 0.92% 0.98% -
XYZ 44.68 22.81 30.07 -
YUV 103.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 249 21 148 0 0.92 0.41 0.02 326.58 0.95 0.53
Hex F9 15 94 0 5C 29 2 147 5F 35
Octal 371 25 224 0 134 51 2 507 137 65
Binary 11111001 10101 10010100 0 1011100 101001 10 101000111 1011111 110101

Color Harmonies of #F91594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91594

Black with #F91594

Text Example


Text Example

White with #F91594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91594; }

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

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

background-color css

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

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

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

border-color css

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

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

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