Html Css Color HEX #FA2742 Alizarin

📋 copy color: '#FA2742'

red 250 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #FA2742

Tints of Alizarin #FA2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.99%

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

R = 70.42%
G = 10.99%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2742 (or 0xFA2742) is known color: Alizarin. HEX triplet: FA, 27 and 42. RGB value is (250,39,66). Sum of RGB (Red+Green+Blue) = 250+39+66=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2742 is #05D8BD. Grayscale: #696969. Windows color (decimal): -383166 or 4335610. OLE color: 4335610.

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

Color convert

RGB 250 39 66 -
CMYK 0 0.84 0.74 0.02
HSL 352.32º 0.95% 0.57% -
HSV(B) 352.32º 0.84% 0.98% -
XYZ 41.13 22.17 7.27 -
YUV 105.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 250 39 66 0 0.84 0.74 0.02 352.32 0.95 0.57
Hex FA 27 42 0 54 4A 2 160 5F 39
Octal 372 47 102 0 124 112 2 540 137 71
Binary 11111010 100111 1000010 0 1010100 1001010 10 101100000 1011111 111001

Color Harmonies of #FA2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2742

Black with #FA2742

Text Example


Text Example

White with #FA2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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