Html Css Color HEX #FA2DB2 Spicy Pink

📋 copy color: '#FA2DB2'

red 250 ◦ green 45 ◦ blue 178

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

Shades of Spicy Pink #FA2DB2

Tints of Spicy Pink #FA2DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 52.85%
G = 9.51%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA2DB2 (or 0xFA2DB2) is known color: Spicy Pink. HEX triplet: FA, 2D and B2. RGB value is (250,45,178). Sum of RGB (Red+Green+Blue) = 250+45+178=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2DB2 is #05D24D. Grayscale: #797979. Windows color (decimal): -381518 or 11677178. OLE color: 11677178.

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

Color convert

RGB 250 45 178 -
CMYK 0 0.82 0.29 0.02
HSL 321.07º 0.95% 0.58% -
HSV(B) 321.07º 0.82% 0.98% -
XYZ 48.4 25.42 44.47 -
YUV 121.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 250 45 178 0 0.82 0.29 0.02 321.07 0.95 0.58
Hex FA 2D B2 0 52 1D 2 141 5F 3A
Octal 372 55 262 0 122 35 2 501 137 72
Binary 11111010 101101 10110010 0 1010010 11101 10 101000001 1011111 111010

Color Harmonies of #FA2DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2DB2

Black with #FA2DB2

Text Example


Text Example

White with #FA2DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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