Html Css Color HEX #FA2430 Alizarin

📋 copy color: '#FA2430'

red 250 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #FA2430

Tints of Alizarin #FA2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 74.85%
G = 10.78%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA2430 (or 0xFA2430) is known color: Alizarin. HEX triplet: FA, 24 and 30. RGB value is (250,36,48). Sum of RGB (Red+Green+Blue) = 250+36+48=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2430 is #05DBCF. Grayscale: #656565. Windows color (decimal): -383952 or 3155194. OLE color: 3155194.

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

Color convert

RGB 250 36 48 -
CMYK 0 0.86 0.81 0.02
HSL 356.64º 0.96% 0.56% -
HSV(B) 356.64º 0.86% 0.98% -
XYZ 40.59 21.8 4.86 -
YUV 101.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 250 36 48 0 0.86 0.81 0.02 356.64 0.96 0.56
Hex FA 24 30 0 56 51 2 165 60 38
Octal 372 44 60 0 126 121 2 545 140 70
Binary 11111010 100100 110000 0 1010110 1010001 10 101100101 1100000 111000

Color Harmonies of #FA2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2430

Black with #FA2430

Text Example


Text Example

White with #FA2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2430; }

 p { color: rgb(250,36,48); }

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

background-color css

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

 a { background-color: rgb(250,36,48); }

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

border-color css

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

 span { border-color: rgb(250,36,48); }

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