Html Css Color HEX #FF0D98 Deep Pink

📋 copy color: '#FF0D98'

red 255 ◦ green 13 ◦ blue 152

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

Shades of Deep Pink #FF0D98

Tints of Deep Pink #FF0D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 60.71%
G = 3.1%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF0D98 (or 0xFF0D98) is known color: Deep Pink. HEX triplet: FF, 0D and 98. RGB value is (255,13,152). Sum of RGB (Red+Green+Blue) = 255+13+152=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D98 is #00F267. Grayscale: #646464. Windows color (decimal): -62056 or 9965055. OLE color: 9965055.

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

Color convert

RGB 255 13 152 -
CMYK 0 0.95 0.40 0
HSL 325.54º 1% 0.53% -
HSV(B) 325.54º 0.95% 1% -
XYZ 47.05 23.81 31.82 -
YUV 101.2 156.67 237.7 -
System Red Green Blue C M Y K H S L
Decimal 255 13 152 0 0.95 0.40 0 325.54 1 0.53
Hex FF D 98 0 5F 28 0 146 64 35
Octal 377 15 230 0 137 50 0 506 144 65
Binary 11111111 1101 10011000 0 1011111 101000 0 101000110 1100100 110101

Color Harmonies of #FF0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D98

Black with #FF0D98

Text Example


Text Example

White with #FF0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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