Html Css Color HEX #FD10A6 Spicy Pink

📋 copy color: '#FD10A6'

red 253 ◦ green 16 ◦ blue 166

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

Shades of Spicy Pink #FD10A6

Tints of Spicy Pink #FD10A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 58.16%
G = 3.68%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD10A6 (or 0xFD10A6) is known color: Spicy Pink. HEX triplet: FD, 10 and A6. RGB value is (253,16,166). Sum of RGB (Red+Green+Blue) = 253+16+166=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10A6 is #02EF59. Grayscale: #676767. Windows color (decimal): -192346 or 10883325. OLE color: 10883325.

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

Color convert

RGB 253 16 166 -
CMYK 0 0.94 0.34 0.01
HSL 322.03º 0.98% 0.53% -
HSV(B) 322.03º 0.94% 0.99% -
XYZ 47.58 24.01 38.2 -
YUV 103.96 163.02 234.3 -
System Red Green Blue C M Y K H S L
Decimal 253 16 166 0 0.94 0.34 0.01 322.03 0.98 0.53
Hex FD 10 A6 0 5E 22 1 142 62 35
Octal 375 20 246 0 136 42 1 502 142 65
Binary 11111101 10000 10100110 0 1011110 100010 1 101000010 1100010 110101

Color Harmonies of #FD10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD10A6

Black with #FD10A6

Text Example


Text Example

White with #FD10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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