Html Css Color HEX #F91893 Deep Pink

📋 copy color: '#F91893'

red 249 ◦ green 24 ◦ blue 147

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

Shades of Deep Pink #F91893

Tints of Deep Pink #F91893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.71%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 59.29%
G = 5.71%
B = 35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F91893 (or 0xF91893) is known color: Deep Pink. HEX triplet: F9, 18 and 93. RGB value is (249,24,147). Sum of RGB (Red+Green+Blue) = 249+24+147=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F91893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91893 is #06E76C. Grayscale: #696969. Windows color (decimal): -452461 or 9640185. OLE color: 9640185.

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

Color convert

RGB 249 24 147 -
CMYK 0 0.90 0.41 0.02
HSL 327.2º 0.95% 0.54% -
HSV(B) 327.2º 0.9% 0.98% -
XYZ 44.66 22.9 29.67 -
YUV 105.3 151.54 230.5 -
System Red Green Blue C M Y K H S L
Decimal 249 24 147 0 0.90 0.41 0.02 327.2 0.95 0.54
Hex F9 18 93 0 5A 29 2 147 5F 36
Octal 371 30 223 0 132 51 2 507 137 66
Binary 11111001 11000 10010011 0 1011010 101001 10 101000111 1011111 110110

Color Harmonies of #F91893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91893

Black with #F91893

Text Example


Text Example

White with #F91893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91893; }

 p { color: rgb(249,24,147); }

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

background-color css

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

 a { background-color: rgb(249,24,147); }

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

border-color css

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

 span { border-color: rgb(249,24,147); }

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