Html Css Color HEX #F918A0 Deep Pink

📋 copy color: '#F918A0'

red 249 ◦ green 24 ◦ blue 160

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

Shades of Deep Pink #F918A0

Tints of Deep Pink #F918A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 57.51%
G = 5.54%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F918A0 (or 0xF918A0) is known color: Deep Pink. HEX triplet: F9, 18 and A0. RGB value is (249,24,160). Sum of RGB (Red+Green+Blue) = 249+24+160=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F918A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918A0 is #06E75F. Grayscale: #6A6A6A. Windows color (decimal): -452448 or 10492153. OLE color: 10492153.

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

Color convert

RGB 249 24 160 -
CMYK 0 0.90 0.36 0.02
HSL 323.73º 0.95% 0.54% -
HSV(B) 323.73º 0.9% 0.98% -
XYZ 45.74 23.33 35.35 -
YUV 106.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 249 24 160 0 0.90 0.36 0.02 323.73 0.95 0.54
Hex F9 18 A0 0 5A 24 2 144 5F 36
Octal 371 30 240 0 132 44 2 504 137 66
Binary 11111001 11000 10100000 0 1011010 100100 10 101000100 1011111 110110

Color Harmonies of #F918A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918A0

Black with #F918A0

Text Example


Text Example

White with #F918A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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