Html Css Color HEX #FA2542 Alizarin

📋 copy color: '#FA2542'

red 250 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #FA2542

Tints of Alizarin #FA2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 70.82%
G = 10.48%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2542 (or 0xFA2542) is known color: Alizarin. HEX triplet: FA, 25 and 42. RGB value is (250,37,66). Sum of RGB (Red+Green+Blue) = 250+37+66=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2542 is #05DABD. Grayscale: #686868. Windows color (decimal): -383678 or 4335098. OLE color: 4335098.

HSL color Cylindrical-coordinate representation of color #FA2542: hue angle of 351.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2542 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 66 -
CMYK 0 0.85 0.74 0.02
HSL 351.83º 0.96% 0.56% -
HSV(B) 351.83º 0.85% 0.98% -
XYZ 41.07 22.04 7.24 -
YUV 103.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 250 37 66 0 0.85 0.74 0.02 351.83 0.96 0.56
Hex FA 25 42 0 55 4A 2 160 60 38
Octal 372 45 102 0 125 112 2 540 140 70
Binary 11111010 100101 1000010 0 1010101 1001010 10 101100000 1100000 111000

Color Harmonies of #FA2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2542

Black with #FA2542

Text Example


Text Example

White with #FA2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2542; }

 p { color: rgb(250,37,66); }

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

background-color css

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

 a { background-color: rgb(250,37,66); }

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

border-color css

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

 span { border-color: rgb(250,37,66); }

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