Html Css Color HEX #FF0276 Deep Pink

📋 copy color: '#FF0276'

red 255 ◦ green 2 ◦ blue 118

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

Shades of Deep Pink #FF0276

Tints of Deep Pink #FF0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 68%
G = 0.53%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF0276 (or 0xFF0276) is known color: Deep Pink. HEX triplet: FF, 02 and 76. RGB value is (255,2,118). Sum of RGB (Red+Green+Blue) = 255+2+118=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0276 is #00FD89. Grayscale: #5A5A5A. Windows color (decimal): -64906 or 7734015. OLE color: 7734015.

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

Color convert

RGB 255 2 118 -
CMYK 0 0.99 0.54 0
HSL 332.49º 1% 0.5% -
HSV(B) 332.49º 0.99% 1% -
XYZ 44.53 22.61 19.16 -
YUV 90.87 143.32 245.07 -
System Red Green Blue C M Y K H S L
Decimal 255 2 118 0 0.99 0.54 0 332.49 1 0.5
Hex FF 2 76 0 63 36 0 14C 64 32
Octal 377 2 166 0 143 66 0 514 144 62
Binary 11111111 10 1110110 0 1100011 110110 0 101001100 1100100 110010

Color Harmonies of #FF0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0276

Black with #FF0276

Text Example


Text Example

White with #FF0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0276; }

 p { color: rgb(255,2,118); }

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

background-color css

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

 a { background-color: rgb(255,2,118); }

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

border-color css

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

 span { border-color: rgb(255,2,118); }

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