Html Css Color HEX #FD108A Deep Pink

📋 copy color: '#FD108A'

red 253 ◦ green 16 ◦ blue 138

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

Shades of Deep Pink #FD108A

Tints of Deep Pink #FD108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 62.16%
G = 3.93%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD108A (or 0xFD108A) is known color: Deep Pink. HEX triplet: FD, 10 and 8A. RGB value is (253,16,138). Sum of RGB (Red+Green+Blue) = 253+16+138=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD108A is #02EF75. Grayscale: #646464. Windows color (decimal): -192374 or 9048317. OLE color: 9048317.

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

Color convert

RGB 253 16 138 -
CMYK 0 0.94 0.45 0.01
HSL 329.11º 0.98% 0.53% -
HSV(B) 329.11º 0.94% 0.99% -
XYZ 45.28 23.09 26.11 -
YUV 100.77 149.02 236.58 -
System Red Green Blue C M Y K H S L
Decimal 253 16 138 0 0.94 0.45 0.01 329.11 0.98 0.53
Hex FD 10 8A 0 5E 2D 1 149 62 35
Octal 375 20 212 0 136 55 1 511 142 65
Binary 11111101 10000 10001010 0 1011110 101101 1 101001001 1100010 110101

Color Harmonies of #FD108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD108A

Black with #FD108A

Text Example


Text Example

White with #FD108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD108A; }

 p { color: rgb(253,16,138); }

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

background-color css

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

 a { background-color: rgb(253,16,138); }

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

border-color css

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

 span { border-color: rgb(253,16,138); }

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