Html Css Color HEX #FF0279 Deep Pink

📋 copy color: '#FF0279'

red 255 ◦ green 2 ◦ blue 121

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

Shades of Deep Pink #FF0279

Tints of Deep Pink #FF0279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 67.46%
G = 0.53%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0279 (or 0xFF0279) is known color: Deep Pink. HEX triplet: FF, 02 and 79. RGB value is (255,2,121). Sum of RGB (Red+Green+Blue) = 255+2+121=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0279 is #00FD86. Grayscale: #5A5A5A. Windows color (decimal): -64903 or 7930623. OLE color: 7930623.

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

Color convert

RGB 255 2 121 -
CMYK 0 0.99 0.53 0
HSL 331.78º 1% 0.5% -
HSV(B) 331.78º 0.99% 1% -
XYZ 44.71 22.68 20.11 -
YUV 91.21 144.82 244.82 -
System Red Green Blue C M Y K H S L
Decimal 255 2 121 0 0.99 0.53 0 331.78 1 0.5
Hex FF 2 79 0 63 35 0 14C 64 32
Octal 377 2 171 0 143 65 0 514 144 62
Binary 11111111 10 1111001 0 1100011 110101 0 101001100 1100100 110010

Color Harmonies of #FF0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0279

Black with #FF0279

Text Example


Text Example

White with #FF0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0279; }

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

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

background-color css

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

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

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

border-color css

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

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

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