Html Css Color HEX #FF0C79 Deep Pink

📋 copy color: '#FF0C79'

red 255 ◦ green 12 ◦ blue 121

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

Shades of Deep Pink #FF0C79

Tints of Deep Pink #FF0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.09%

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

R = 65.72%
G = 3.09%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0C79 (or 0xFF0C79) is known color: Deep Pink. HEX triplet: FF, 0C and 79. RGB value is (255,12,121). Sum of RGB (Red+Green+Blue) = 255+12+121=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C79 is #00F386. Grayscale: #606060. Windows color (decimal): -62343 or 7933183. OLE color: 7933183.

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

Color convert

RGB 255 12 121 -
CMYK 0 0.95 0.53 0
HSL 333.09º 1% 0.52% -
HSV(B) 333.09º 0.95% 1% -
XYZ 44.82 22.9 20.15 -
YUV 97.08 141.51 240.64 -
System Red Green Blue C M Y K H S L
Decimal 255 12 121 0 0.95 0.53 0 333.09 1 0.52
Hex FF C 79 0 5F 35 0 14D 64 34
Octal 377 14 171 0 137 65 0 515 144 64
Binary 11111111 1100 1111001 0 1011111 110101 0 101001101 1100100 110100

Color Harmonies of #FF0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C79

Black with #FF0C79

Text Example


Text Example

White with #FF0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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