Html Css Color HEX #FF0D76 Deep Pink

📋 copy color: '#FF0D76'

red 255 ◦ green 13 ◦ blue 118

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

Shades of Deep Pink #FF0D76

Tints of Deep Pink #FF0D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

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

R = 66.06%
G = 3.37%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF0D76 (or 0xFF0D76) is known color: Deep Pink. HEX triplet: FF, 0D and 76. RGB value is (255,13,118). Sum of RGB (Red+Green+Blue) = 255+13+118=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D76 is #00F289. Grayscale: #616161. Windows color (decimal): -62090 or 7736831. OLE color: 7736831.

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

Color convert

RGB 255 13 118 -
CMYK 0 0.95 0.54 0
HSL 333.97º 1% 0.53% -
HSV(B) 333.97º 0.95% 1% -
XYZ 44.65 22.86 19.2 -
YUV 97.33 139.67 240.46 -
System Red Green Blue C M Y K H S L
Decimal 255 13 118 0 0.95 0.54 0 333.97 1 0.53
Hex FF D 76 0 5F 36 0 14E 64 35
Octal 377 15 166 0 137 66 0 516 144 65
Binary 11111111 1101 1110110 0 1011111 110110 0 101001110 1100100 110101

Color Harmonies of #FF0D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D76

Black with #FF0D76

Text Example


Text Example

White with #FF0D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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