Html Css Color HEX #FF0978 Deep Pink

📋 copy color: '#FF0978'

red 255 ◦ green 9 ◦ blue 120

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

Shades of Deep Pink #FF0978

Tints of Deep Pink #FF0978

RGB

 RED value IS 255 (100% from 255) = 66.41%

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

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

R = 66.41%
G = 2.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0978 (or 0xFF0978) is known color: Deep Pink. HEX triplet: FF, 09 and 78. RGB value is (255,9,120). Sum of RGB (Red+Green+Blue) = 255+9+120=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0978 is #00F687. Grayscale: #5F5F5F. Windows color (decimal): -63112 or 7866879. OLE color: 7866879.

HSL color Cylindrical-coordinate representation of color #FF0978: hue angle of 332.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0978 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 120 -
CMYK 0 0.96 0.53 0
HSL 332.93º 1% 0.52% -
HSV(B) 332.93º 0.96% 1% -
XYZ 44.73 22.81 19.81 -
YUV 95.21 142 241.97 -
System Red Green Blue C M Y K H S L
Decimal 255 9 120 0 0.96 0.53 0 332.93 1 0.52
Hex FF 9 78 0 60 35 0 14D 64 34
Octal 377 11 170 0 140 65 0 515 144 64
Binary 11111111 1001 1111000 0 1100000 110101 0 101001101 1100100 110100

Color Harmonies of #FF0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0978

Black with #FF0978

Text Example


Text Example

White with #FF0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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