Html Css Color HEX #FA2DB5 Spicy Pink

📋 copy color: '#FA2DB5'

red 250 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #FA2DB5

Tints of Spicy Pink #FA2DB5

RGB

 RED value IS 250 (98.05% from 255) = 52.52%

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 52.52%
G = 9.45%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA2DB5 (or 0xFA2DB5) is known color: Spicy Pink. HEX triplet: FA, 2D and B5. RGB value is (250,45,181). Sum of RGB (Red+Green+Blue) = 250+45+181=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB5 is #05D24A. Grayscale: #797979. Windows color (decimal): -381515 or 11873786. OLE color: 11873786.

HSL color Cylindrical-coordinate representation of color #FA2DB5: hue angle of 320.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DB5 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 181 -
CMYK 0 0.82 0.28 0.02
HSL 320.2º 0.95% 0.58% -
HSV(B) 320.2º 0.82% 0.98% -
XYZ 48.7 25.54 46.08 -
YUV 121.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 250 45 181 0 0.82 0.28 0.02 320.2 0.95 0.58
Hex FA 2D B5 0 52 1C 2 140 5F 3A
Octal 372 55 265 0 122 34 2 500 137 72
Binary 11111010 101101 10110101 0 1010010 11100 10 101000000 1011111 111010

Color Harmonies of #FA2DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2DB5

Black with #FA2DB5

Text Example


Text Example

White with #FA2DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2DB5; }

 p { color: rgb(250,45,181); }

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

background-color css

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

 a { background-color: rgb(250,45,181); }

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

border-color css

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

 span { border-color: rgb(250,45,181); }

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