Html Css Color HEX #FA0895 Deep Pink

📋 copy color: '#FA0895'

red 250 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #FA0895

Tints of Deep Pink #FA0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 61.43%
G = 1.97%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA0895 (or 0xFA0895) is known color: Deep Pink. HEX triplet: FA, 08 and 95. RGB value is (250,8,149). Sum of RGB (Red+Green+Blue) = 250+8+149=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0895 is #05F76A. Grayscale: #606060. Windows color (decimal): -391019 or 9767162. OLE color: 9767162.

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

Color convert

RGB 250 8 149 -
CMYK 0 0.97 0.40 0.02
HSL 325.04º 0.96% 0.51% -
HSV(B) 325.04º 0.97% 0.98% -
XYZ 44.94 22.67 30.44 -
YUV 96.43 157.67 237.54 -
System Red Green Blue C M Y K H S L
Decimal 250 8 149 0 0.97 0.40 0.02 325.04 0.96 0.51
Hex FA 8 95 0 61 28 2 145 60 33
Octal 372 10 225 0 141 50 2 505 140 63
Binary 11111010 1000 10010101 0 1100001 101000 10 101000101 1100000 110011

Color Harmonies of #FA0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0895

Black with #FA0895

Text Example


Text Example

White with #FA0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0895; }

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

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

background-color css

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

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

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

border-color css

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

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

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