Html Css Color HEX #FA0978 Deep Pink

📋 copy color: '#FA0978'

red 250 ◦ green 9 ◦ blue 120

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

Shades of Deep Pink #FA0978

Tints of Deep Pink #FA0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 65.96%
G = 2.37%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0978 (or 0xFA0978) is known color: Deep Pink. HEX triplet: FA, 09 and 78. RGB value is (250,9,120). Sum of RGB (Red+Green+Blue) = 250+9+120=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0978 is #05F687. Grayscale: #5D5D5D. Windows color (decimal): -390792 or 7866874. OLE color: 7866874.

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

Color convert

RGB 250 9 120 -
CMYK 0 0.96 0.52 0.02
HSL 332.37º 0.96% 0.51% -
HSV(B) 332.37º 0.96% 0.98% -
XYZ 42.91 21.88 19.73 -
YUV 93.71 142.84 239.47 -
System Red Green Blue C M Y K H S L
Decimal 250 9 120 0 0.96 0.52 0.02 332.37 0.96 0.51
Hex FA 9 78 0 60 34 2 14C 60 33
Octal 372 11 170 0 140 64 2 514 140 63
Binary 11111010 1001 1111000 0 1100000 110100 10 101001100 1100000 110011

Color Harmonies of #FA0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0978

Black with #FA0978

Text Example


Text Example

White with #FA0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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