Html Css Color HEX #FA2DB9 Spicy Pink

📋 copy color: '#FA2DB9'

red 250 ◦ green 45 ◦ blue 185

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

Shades of Spicy Pink #FA2DB9

Tints of Spicy Pink #FA2DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 52.08%
G = 9.38%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA2DB9 (or 0xFA2DB9) is known color: Spicy Pink. HEX triplet: FA, 2D and B9. RGB value is (250,45,185). Sum of RGB (Red+Green+Blue) = 250+45+185=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB9 is #05D246. Grayscale: #797979. Windows color (decimal): -381511 or 12135930. OLE color: 12135930.

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

Color convert

RGB 250 45 185 -
CMYK 0 0.82 0.26 0.02
HSL 319.02º 0.95% 0.58% -
HSV(B) 319.02º 0.82% 0.98% -
XYZ 49.12 25.7 48.27 -
YUV 122.26 163.42 219.12 -
System Red Green Blue C M Y K H S L
Decimal 250 45 185 0 0.82 0.26 0.02 319.02 0.95 0.58
Hex FA 2D B9 0 52 1A 2 13F 5F 3A
Octal 372 55 271 0 122 32 2 477 137 72
Binary 11111010 101101 10111001 0 1010010 11010 10 100111111 1011111 111010

Color Harmonies of #FA2DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2DB9

Black with #FA2DB9

Text Example


Text Example

White with #FA2DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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