Html Css Color HEX #F90A91 Deep Pink

📋 copy color: '#F90A91'

red 249 ◦ green 10 ◦ blue 145

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

Shades of Deep Pink #F90A91

Tints of Deep Pink #F90A91

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 61.63%
G = 2.48%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90A91 (or 0xF90A91) is known color: Deep Pink. HEX triplet: F9, 0A and 91. RGB value is (249,10,145). Sum of RGB (Red+Green+Blue) = 249+10+145=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90A91 is #06F56E. Grayscale: #606060. Windows color (decimal): -456047 or 9505529. OLE color: 9505529.

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

Color convert

RGB 249 10 145 -
CMYK 0 0.96 0.42 0.02
HSL 326.11º 0.95% 0.51% -
HSV(B) 326.11º 0.96% 0.98% -
XYZ 44.29 22.4 28.78 -
YUV 96.85 155.18 236.52 -
System Red Green Blue C M Y K H S L
Decimal 249 10 145 0 0.96 0.42 0.02 326.11 0.95 0.51
Hex F9 A 91 0 60 2A 2 146 5F 33
Octal 371 12 221 0 140 52 2 506 137 63
Binary 11111001 1010 10010001 0 1100000 101010 10 101000110 1011111 110011

Color Harmonies of #F90A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A91

Black with #F90A91

Text Example


Text Example

White with #F90A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A91; }

 p { color: rgb(249,10,145); }

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

background-color css

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

 a { background-color: rgb(249,10,145); }

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

border-color css

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

 span { border-color: rgb(249,10,145); }

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