Html Css Color HEX #FA0878 Deep Pink

📋 copy color: '#FA0878'

red 250 ◦ green 8 ◦ blue 120

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

Shades of Deep Pink #FA0878

Tints of Deep Pink #FA0878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 66.14%
G = 2.12%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0878 (or 0xFA0878) is known color: Deep Pink. HEX triplet: FA, 08 and 78. RGB value is (250,8,120). Sum of RGB (Red+Green+Blue) = 250+8+120=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0878 is #05F787. Grayscale: #5C5C5C. Windows color (decimal): -391048 or 7866618. OLE color: 7866618.

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

Color convert

RGB 250 8 120 -
CMYK 0 0.97 0.52 0.02
HSL 332.23º 0.96% 0.51% -
HSV(B) 332.23º 0.97% 0.98% -
XYZ 42.9 21.85 19.73 -
YUV 93.13 143.17 239.89 -
System Red Green Blue C M Y K H S L
Decimal 250 8 120 0 0.97 0.52 0.02 332.23 0.96 0.51
Hex FA 8 78 0 61 34 2 14C 60 33
Octal 372 10 170 0 141 64 2 514 140 63
Binary 11111010 1000 1111000 0 1100001 110100 10 101001100 1100000 110011

Color Harmonies of #FA0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0878

Black with #FA0878

Text Example


Text Example

White with #FA0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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