Html Css Color HEX #FF0977 Deep Pink

📋 copy color: '#FF0977'

red 255 ◦ green 9 ◦ blue 119

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

Shades of Deep Pink #FF0977

Tints of Deep Pink #FF0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 66.58%
G = 2.35%
B = 31.07%

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

#FF0977 (or 0xFF0977) is known color: Deep Pink. HEX triplet: FF, 09 and 77. RGB value is (255,9,119). Sum of RGB (Red+Green+Blue) = 255+9+119=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0977 is #00F688. Grayscale: #5E5E5E. Windows color (decimal): -63113 or 7801343. OLE color: 7801343.

HSL color Cylindrical-coordinate representation of color #FF0977: hue angle of 333.17º 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 #FF0977 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 119 -
CMYK 0 0.96 0.53 0
HSL 333.17º 1% 0.52% -
HSV(B) 333.17º 0.96% 1% -
XYZ 44.67 22.79 19.5 -
YUV 95.09 141.5 242.06 -
System Red Green Blue C M Y K H S L
Decimal 255 9 119 0 0.96 0.53 0 333.17 1 0.52
Hex FF 9 77 0 60 35 0 14D 64 34
Octal 377 11 167 0 140 65 0 515 144 64
Binary 11111111 1001 1110111 0 1100000 110101 0 101001101 1100100 110100

Color Harmonies of #FF0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0977

Black with #FF0977

Text Example


Text Example

White with #FF0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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