Html Css Color HEX #F916A0 Deep Pink

📋 copy color: '#F916A0'

red 249 ◦ green 22 ◦ blue 160

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

Shades of Deep Pink #F916A0

Tints of Deep Pink #F916A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.1%

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

R = 57.77%
G = 5.1%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F916A0 (or 0xF916A0) is known color: Deep Pink. HEX triplet: F9, 16 and A0. RGB value is (249,22,160). Sum of RGB (Red+Green+Blue) = 249+22+160=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F916A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F916A0 is #06E95F. Grayscale: #696969. Windows color (decimal): -452960 or 10491641. OLE color: 10491641.

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

Color convert

RGB 249 22 160 -
CMYK 0 0.91 0.36 0.02
HSL 323.52º 0.95% 0.53% -
HSV(B) 323.52º 0.91% 0.98% -
XYZ 45.7 23.25 35.34 -
YUV 105.61 158.71 230.28 -
System Red Green Blue C M Y K H S L
Decimal 249 22 160 0 0.91 0.36 0.02 323.52 0.95 0.53
Hex F9 16 A0 0 5B 24 2 144 5F 35
Octal 371 26 240 0 133 44 2 504 137 65
Binary 11111001 10110 10100000 0 1011011 100100 10 101000100 1011111 110101

Color Harmonies of #F916A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F916A0

Black with #F916A0

Text Example


Text Example

White with #F916A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F916A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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