Html Css Color HEX #F911A0 Deep Pink

📋 copy color: '#F911A0'

red 249 ◦ green 17 ◦ blue 160

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

Shades of Deep Pink #F911A0

Tints of Deep Pink #F911A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.99%

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

R = 58.45%
G = 3.99%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F911A0 (or 0xF911A0) is known color: Deep Pink. HEX triplet: F9, 11 and A0. RGB value is (249,17,160). Sum of RGB (Red+Green+Blue) = 249+17+160=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F911A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F911A0 is #06EE5F. Grayscale: #666666. Windows color (decimal): -454240 or 10490361. OLE color: 10490361.

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

Color convert

RGB 249 17 160 -
CMYK 0 0.93 0.36 0.02
HSL 323.02º 0.95% 0.52% -
HSV(B) 323.02º 0.93% 0.98% -
XYZ 45.61 23.08 35.31 -
YUV 102.67 160.36 232.37 -
System Red Green Blue C M Y K H S L
Decimal 249 17 160 0 0.93 0.36 0.02 323.02 0.95 0.52
Hex F9 11 A0 0 5D 24 2 143 5F 34
Octal 371 21 240 0 135 44 2 503 137 64
Binary 11111001 10001 10100000 0 1011101 100100 10 101000011 1011111 110100

Color Harmonies of #F911A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911A0

Black with #F911A0

Text Example


Text Example

White with #F911A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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