Html Css Color HEX #FD2ABB Spicy Pink

📋 copy color: '#FD2ABB'

red 253 ◦ green 42 ◦ blue 187

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

Shades of Spicy Pink #FD2ABB

Tints of Spicy Pink #FD2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.71%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 52.49%
G = 8.71%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD2ABB (or 0xFD2ABB) is known color: Spicy Pink. HEX triplet: FD, 2A and BB. RGB value is (253,42,187). Sum of RGB (Red+Green+Blue) = 253+42+187=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ABB is #02D544. Grayscale: #797979. Windows color (decimal): -185669 or 12266237. OLE color: 12266237.

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

Color convert

RGB 253 42 187 -
CMYK 0 0.83 0.26 0.01
HSL 318.77º 0.98% 0.58% -
HSV(B) 318.77º 0.83% 0.99% -
XYZ 50.31 26.13 49.41 -
YUV 121.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 253 42 187 0 0.83 0.26 0.01 318.77 0.98 0.58
Hex FD 2A BB 0 53 1A 1 13F 62 3A
Octal 375 52 273 0 123 32 1 477 142 72
Binary 11111101 101010 10111011 0 1010011 11010 1 100111111 1100010 111010

Color Harmonies of #FD2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ABB

Black with #FD2ABB

Text Example


Text Example

White with #FD2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ABB; }

 p { color: rgb(253,42,187); }

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

background-color css

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

 a { background-color: rgb(253,42,187); }

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

border-color css

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

 span { border-color: rgb(253,42,187); }

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