Html Css Color HEX #FA0890 Deep Pink

📋 copy color: '#FA0890'

red 250 ◦ green 8 ◦ blue 144

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

Shades of Deep Pink #FA0890

Tints of Deep Pink #FA0890

RGB

 RED value IS 250 (98.05% from 255) = 62.19%

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 62.19%
G = 1.99%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0890 (or 0xFA0890) is known color: Deep Pink. HEX triplet: FA, 08 and 90. RGB value is (250,8,144). Sum of RGB (Red+Green+Blue) = 250+8+144=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0890 is #05F76F. Grayscale: #5F5F5F. Windows color (decimal): -391024 or 9439482. OLE color: 9439482.

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

Color convert

RGB 250 8 144 -
CMYK 0 0.97 0.42 0.02
HSL 326.28º 0.96% 0.51% -
HSV(B) 326.28º 0.97% 0.98% -
XYZ 44.55 22.51 28.38 -
YUV 95.86 155.17 237.94 -
System Red Green Blue C M Y K H S L
Decimal 250 8 144 0 0.97 0.42 0.02 326.28 0.96 0.51
Hex FA 8 90 0 61 2A 2 146 60 33
Octal 372 10 220 0 141 52 2 506 140 63
Binary 11111010 1000 10010000 0 1100001 101010 10 101000110 1100000 110011

Color Harmonies of #FA0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0890

Black with #FA0890

Text Example


Text Example

White with #FA0890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0890; }

 p { color: rgb(250,8,144); }

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

background-color css

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

 a { background-color: rgb(250,8,144); }

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

border-color css

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

 span { border-color: rgb(250,8,144); }

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