Html Css Color HEX #FD12B2 Spicy Pink

📋 copy color: '#FD12B2'

red 253 ◦ green 18 ◦ blue 178

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

Shades of Spicy Pink #FD12B2

Tints of Spicy Pink #FD12B2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.01%

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 56.35%
G = 4.01%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD12B2 (or 0xFD12B2) is known color: Spicy Pink. HEX triplet: FD, 12 and B2. RGB value is (253,18,178). Sum of RGB (Red+Green+Blue) = 253+18+178=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD12B2 is #02ED4D. Grayscale: #6A6A6A. Windows color (decimal): -191822 or 11670269. OLE color: 11670269.

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

Color convert

RGB 253 18 178 -
CMYK 0 0.93 0.30 0.01
HSL 319.15º 0.98% 0.53% -
HSV(B) 319.15º 0.93% 0.99% -
XYZ 48.76 24.53 44.28 -
YUV 106.51 168.36 232.49 -
System Red Green Blue C M Y K H S L
Decimal 253 18 178 0 0.93 0.30 0.01 319.15 0.98 0.53
Hex FD 12 B2 0 5D 1E 1 13F 62 35
Octal 375 22 262 0 135 36 1 477 142 65
Binary 11111101 10010 10110010 0 1011101 11110 1 100111111 1100010 110101

Color Harmonies of #FD12B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12B2

Black with #FD12B2

Text Example


Text Example

White with #FD12B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12B2; }

 p { color: rgb(253,18,178); }

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

background-color css

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

 a { background-color: rgb(253,18,178); }

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

border-color css

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

 span { border-color: rgb(253,18,178); }

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