Html Css Color HEX #FD0E9A Deep Pink

📋 copy color: '#FD0E9A'

red 253 ◦ green 14 ◦ blue 154

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

Shades of Deep Pink #FD0E9A

Tints of Deep Pink #FD0E9A

RGB

 RED value IS 253 (99.22% from 255) = 60.1%

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 60.1%
G = 3.33%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD0E9A (or 0xFD0E9A) is known color: Deep Pink. HEX triplet: FD, 0E and 9A. RGB value is (253,14,154). Sum of RGB (Red+Green+Blue) = 253+14+154=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0E9A is #02F165. Grayscale: #656565. Windows color (decimal): -192870 or 10096381. OLE color: 10096381.

HSL color Cylindrical-coordinate representation of color #FD0E9A: hue angle of 324.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0E9A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 14 154 -
CMYK 0 0.94 0.39 0.01
HSL 324.85º 0.98% 0.52% -
HSV(B) 324.85º 0.94% 0.99% -
XYZ 46.5 23.53 32.66 -
YUV 101.42 157.68 236.12 -
System Red Green Blue C M Y K H S L
Decimal 253 14 154 0 0.94 0.39 0.01 324.85 0.98 0.52
Hex FD E 9A 0 5E 27 1 145 62 34
Octal 375 16 232 0 136 47 1 505 142 64
Binary 11111101 1110 10011010 0 1011110 100111 1 101000101 1100010 110100

Color Harmonies of #FD0E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E9A

Black with #FD0E9A

Text Example


Text Example

White with #FD0E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E9A; }

 p { color: rgb(253,14,154); }

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

background-color css

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

 a { background-color: rgb(253,14,154); }

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

border-color css

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

 span { border-color: rgb(253,14,154); }

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