Html Css Color HEX #FD107A Deep Pink

📋 copy color: '#FD107A'

red 253 ◦ green 16 ◦ blue 122

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

Shades of Deep Pink #FD107A

Tints of Deep Pink #FD107A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 64.71%
G = 4.09%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD107A (or 0xFD107A) is known color: Deep Pink. HEX triplet: FD, 10 and 7A. RGB value is (253,16,122). Sum of RGB (Red+Green+Blue) = 253+16+122=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD107A is #02EF85. Grayscale: #626262. Windows color (decimal): -192390 or 7999741. OLE color: 7999741.

HSL color Cylindrical-coordinate representation of color #FD107A: hue angle of 333.16º 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 #FD107A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 16 122 -
CMYK 0 0.94 0.52 0.01
HSL 333.16º 0.98% 0.53% -
HSV(B) 333.16º 0.94% 0.99% -
XYZ 44.21 22.66 20.46 -
YUV 98.95 141.02 237.88 -
System Red Green Blue C M Y K H S L
Decimal 253 16 122 0 0.94 0.52 0.01 333.16 0.98 0.53
Hex FD 10 7A 0 5E 34 1 14D 62 35
Octal 375 20 172 0 136 64 1 515 142 65
Binary 11111101 10000 1111010 0 1011110 110100 1 101001101 1100010 110101

Color Harmonies of #FD107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD107A

Black with #FD107A

Text Example


Text Example

White with #FD107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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