Html Css Color HEX #FF0E99 Deep Pink

📋 copy color: '#FF0E99'

red 255 ◦ green 14 ◦ blue 153

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

Shades of Deep Pink #FF0E99

Tints of Deep Pink #FF0E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 60.43%
G = 3.32%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF0E99 (or 0xFF0E99) is known color: Deep Pink. HEX triplet: FF, 0E and 99. RGB value is (255,14,153). Sum of RGB (Red+Green+Blue) = 255+14+153=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E99 is #00F166. Grayscale: #656565. Windows color (decimal): -61799 or 10030847. OLE color: 10030847.

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

Color convert

RGB 255 14 153 -
CMYK 0 0.95 0.4 0
HSL 325.39º 1% 0.53% -
HSV(B) 325.39º 0.95% 1% -
XYZ 47.15 23.87 32.26 -
YUV 101.91 156.84 237.2 -
System Red Green Blue C M Y K H S L
Decimal 255 14 153 0 0.95 0.4 0 325.39 1 0.53
Hex FF E 99 0 5F 28 0 145 64 35
Octal 377 16 231 0 137 50 0 505 144 65
Binary 11111111 1110 10011001 0 1011111 101000 0 101000101 1100100 110101

Color Harmonies of #FF0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E99

Black with #FF0E99

Text Example


Text Example

White with #FF0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E99; }

 p { color: rgb(255,14,153); }

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

background-color css

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

 a { background-color: rgb(255,14,153); }

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

border-color css

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

 span { border-color: rgb(255,14,153); }

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