Html Css Color HEX #FA2DB4 Spicy Pink

📋 copy color: '#FA2DB4'

red 250 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #FA2DB4

Tints of Spicy Pink #FA2DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 52.63%
G = 9.47%
B = 37.89%

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

#FA2DB4 (or 0xFA2DB4) is known color: Spicy Pink. HEX triplet: FA, 2D and B4. RGB value is (250,45,180). Sum of RGB (Red+Green+Blue) = 250+45+180=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB4 is #05D24B. Grayscale: #797979. Windows color (decimal): -381516 or 11808250. OLE color: 11808250.

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

Color convert

RGB 250 45 180 -
CMYK 0 0.82 0.28 0.02
HSL 320.49º 0.95% 0.58% -
HSV(B) 320.49º 0.82% 0.98% -
XYZ 48.6 25.5 45.54 -
YUV 121.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 250 45 180 0 0.82 0.28 0.02 320.49 0.95 0.58
Hex FA 2D B4 0 52 1C 2 140 5F 3A
Octal 372 55 264 0 122 34 2 500 137 72
Binary 11111010 101101 10110100 0 1010010 11100 10 101000000 1011111 111010

Color Harmonies of #FA2DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2DB4

Black with #FA2DB4

Text Example


Text Example

White with #FA2DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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