Html Css Color HEX #F90A8E Deep Pink

📋 copy color: '#F90A8E'

red 249 ◦ green 10 ◦ blue 142

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

Shades of Deep Pink #F90A8E

Tints of Deep Pink #F90A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 62.09%
G = 2.49%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F90A8E (or 0xF90A8E) is known color: Deep Pink. HEX triplet: F9, 0A and 8E. RGB value is (249,10,142). Sum of RGB (Red+Green+Blue) = 249+10+142=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90A8E is #06F571. Grayscale: #606060. Windows color (decimal): -456050 or 9308921. OLE color: 9308921.

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

Color convert

RGB 249 10 142 -
CMYK 0 0.96 0.43 0.02
HSL 326.86º 0.95% 0.51% -
HSV(B) 326.86º 0.96% 0.98% -
XYZ 44.06 22.31 27.58 -
YUV 96.51 153.68 236.77 -
System Red Green Blue C M Y K H S L
Decimal 249 10 142 0 0.96 0.43 0.02 326.86 0.95 0.51
Hex F9 A 8E 0 60 2B 2 147 5F 33
Octal 371 12 216 0 140 53 2 507 137 63
Binary 11111001 1010 10001110 0 1100000 101011 10 101000111 1011111 110011

Color Harmonies of #F90A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A8E

Black with #F90A8E

Text Example


Text Example

White with #F90A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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