Html Css Color HEX #FD2ABA Spicy Pink

📋 copy color: '#FD2ABA'

red 253 ◦ green 42 ◦ blue 186

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

Shades of Spicy Pink #FD2ABA

Tints of Spicy Pink #FD2ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 52.6%
G = 8.73%
B = 38.67%

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

#FD2ABA (or 0xFD2ABA) is known color: Spicy Pink. HEX triplet: FD, 2A and BA. RGB value is (253,42,186). Sum of RGB (Red+Green+Blue) = 253+42+186=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ABA is #02D545. Grayscale: #797979. Windows color (decimal): -185670 or 12200701. OLE color: 12200701.

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

Color convert

RGB 253 42 186 -
CMYK 0 0.83 0.26 0.01
HSL 319.05º 0.98% 0.58% -
HSV(B) 319.05º 0.83% 0.99% -
XYZ 50.2 26.08 48.84 -
YUV 121.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 253 42 186 0 0.83 0.26 0.01 319.05 0.98 0.58
Hex FD 2A BA 0 53 1A 1 13F 62 3A
Octal 375 52 272 0 123 32 1 477 142 72
Binary 11111101 101010 10111010 0 1010011 11010 1 100111111 1100010 111010

Color Harmonies of #FD2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ABA

Black with #FD2ABA

Text Example


Text Example

White with #FD2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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