Html Css Color HEX #FD18B2 Spicy Pink

📋 copy color: '#FD18B2'

red 253 ◦ green 24 ◦ blue 178

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

Shades of Spicy Pink #FD18B2

Tints of Spicy Pink #FD18B2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.27%

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

R = 55.6%
G = 5.27%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD18B2 (or 0xFD18B2) is known color: Spicy Pink. HEX triplet: FD, 18 and B2. RGB value is (253,24,178). Sum of RGB (Red+Green+Blue) = 253+24+178=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD18B2 is #02E74D. Grayscale: #6D6D6D. Windows color (decimal): -190286 or 11671805. OLE color: 11671805.

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

Color convert

RGB 253 24 178 -
CMYK 0 0.91 0.30 0.01
HSL 319.65º 0.98% 0.54% -
HSV(B) 319.65º 0.91% 0.99% -
XYZ 48.87 24.75 44.32 -
YUV 110.03 166.37 229.98 -
System Red Green Blue C M Y K H S L
Decimal 253 24 178 0 0.91 0.30 0.01 319.65 0.98 0.54
Hex FD 18 B2 0 5B 1E 1 140 62 36
Octal 375 30 262 0 133 36 1 500 142 66
Binary 11111101 11000 10110010 0 1011011 11110 1 101000000 1100010 110110

Color Harmonies of #FD18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD18B2

Black with #FD18B2

Text Example


Text Example

White with #FD18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD18B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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