Html Css Color HEX #FD107F Deep Pink

📋 copy color: '#FD107F'

red 253 ◦ green 16 ◦ blue 127

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

Shades of Deep Pink #FD107F

Tints of Deep Pink #FD107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 63.89%
G = 4.04%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD107F (or 0xFD107F) is known color: Deep Pink. HEX triplet: FD, 10 and 7F. RGB value is (253,16,127). Sum of RGB (Red+Green+Blue) = 253+16+127=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD107F is #02EF80. Grayscale: #636363. Windows color (decimal): -192385 or 8327421. OLE color: 8327421.

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

Color convert

RGB 253 16 127 -
CMYK 0 0.94 0.50 0.01
HSL 331.9º 0.98% 0.53% -
HSV(B) 331.9º 0.94% 0.99% -
XYZ 44.52 22.79 22.13 -
YUV 99.52 143.52 237.47 -
System Red Green Blue C M Y K H S L
Decimal 253 16 127 0 0.94 0.50 0.01 331.9 0.98 0.53
Hex FD 10 7F 0 5E 32 1 14C 62 35
Octal 375 20 177 0 136 62 1 514 142 65
Binary 11111101 10000 1111111 0 1011110 110010 1 101001100 1100010 110101

Color Harmonies of #FD107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD107F

Black with #FD107F

Text Example


Text Example

White with #FD107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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