Html Css Color HEX #FA0897 Deep Pink

📋 copy color: '#FA0897'

red 250 ◦ green 8 ◦ blue 151

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

Shades of Deep Pink #FA0897

Tints of Deep Pink #FA0897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 61.12%
G = 1.96%
B = 36.92%

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

#FA0897 (or 0xFA0897) is known color: Deep Pink. HEX triplet: FA, 08 and 97. RGB value is (250,8,151). Sum of RGB (Red+Green+Blue) = 250+8+151=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0897 is #05F768. Grayscale: #606060. Windows color (decimal): -391017 or 9898234. OLE color: 9898234.

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

Color convert

RGB 250 8 151 -
CMYK 0 0.97 0.40 0.02
HSL 324.55º 0.96% 0.51% -
HSV(B) 324.55º 0.97% 0.98% -
XYZ 45.1 22.73 31.29 -
YUV 96.66 158.67 237.37 -
System Red Green Blue C M Y K H S L
Decimal 250 8 151 0 0.97 0.40 0.02 324.55 0.96 0.51
Hex FA 8 97 0 61 28 2 145 60 33
Octal 372 10 227 0 141 50 2 505 140 63
Binary 11111010 1000 10010111 0 1100001 101000 10 101000101 1100000 110011

Color Harmonies of #FA0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0897

Black with #FA0897

Text Example


Text Example

White with #FA0897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0897; }

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

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

background-color css

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

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

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

border-color css

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

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

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