Html Css Color HEX #FA2DB8 Spicy Pink

📋 copy color: '#FA2DB8'

red 250 ◦ green 45 ◦ blue 184

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

Shades of Spicy Pink #FA2DB8

Tints of Spicy Pink #FA2DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 52.19%
G = 9.39%
B = 38.41%

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

#FA2DB8 (or 0xFA2DB8) is known color: Spicy Pink. HEX triplet: FA, 2D and B8. RGB value is (250,45,184). Sum of RGB (Red+Green+Blue) = 250+45+184=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB8 is #05D247. Grayscale: #797979. Windows color (decimal): -381512 or 12070394. OLE color: 12070394.

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

Color convert

RGB 250 45 184 -
CMYK 0 0.82 0.26 0.02
HSL 319.32º 0.95% 0.58% -
HSV(B) 319.32º 0.82% 0.98% -
XYZ 49.01 25.66 47.72 -
YUV 122.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 250 45 184 0 0.82 0.26 0.02 319.32 0.95 0.58
Hex FA 2D B8 0 52 1A 2 13F 5F 3A
Octal 372 55 270 0 122 32 2 477 137 72
Binary 11111010 101101 10111000 0 1010010 11010 10 100111111 1011111 111010

Color Harmonies of #FA2DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2DB8

Black with #FA2DB8

Text Example


Text Example

White with #FA2DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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