Html Css Color HEX #FF0996 Deep Pink

📋 copy color: '#FF0996'

red 255 ◦ green 9 ◦ blue 150

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

Shades of Deep Pink #FF0996

Tints of Deep Pink #FF0996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 61.59%
G = 2.17%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF0996 (or 0xFF0996) is known color: Deep Pink. HEX triplet: FF, 09 and 96. RGB value is (255,9,150). Sum of RGB (Red+Green+Blue) = 255+9+150=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0996 is #00F669. Grayscale: #626262. Windows color (decimal): -63082 or 9832959. OLE color: 9832959.

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

Color convert

RGB 255 9 150 -
CMYK 0 0.96 0.41 0
HSL 325.61º 1% 0.52% -
HSV(B) 325.61º 0.96% 1% -
XYZ 46.84 23.66 30.95 -
YUV 98.63 157 239.54 -
System Red Green Blue C M Y K H S L
Decimal 255 9 150 0 0.96 0.41 0 325.61 1 0.52
Hex FF 9 96 0 60 29 0 146 64 34
Octal 377 11 226 0 140 51 0 506 144 64
Binary 11111111 1001 10010110 0 1100000 101001 0 101000110 1100100 110100

Color Harmonies of #FF0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0996

Black with #FF0996

Text Example


Text Example

White with #FF0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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