Html Css Color HEX #FA2433 Alizarin

📋 copy color: '#FA2433'

red 250 ◦ green 36 ◦ blue 51

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

Shades of Alizarin #FA2433

Tints of Alizarin #FA2433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 74.18%
G = 10.68%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2433 (or 0xFA2433) is known color: Alizarin. HEX triplet: FA, 24 and 33. RGB value is (250,36,51). Sum of RGB (Red+Green+Blue) = 250+36+51=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2433 is #05DBCC. Grayscale: #656565. Windows color (decimal): -383949 or 3351802. OLE color: 3351802.

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

Color convert

RGB 250 36 51 -
CMYK 0 0.86 0.80 0.02
HSL 355.79º 0.96% 0.56% -
HSV(B) 355.79º 0.86% 0.98% -
XYZ 40.65 21.82 5.2 -
YUV 101.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 250 36 51 0 0.86 0.80 0.02 355.79 0.96 0.56
Hex FA 24 33 0 56 50 2 164 60 38
Octal 372 44 63 0 126 120 2 544 140 70
Binary 11111010 100100 110011 0 1010110 1010000 10 101100100 1100000 111000

Color Harmonies of #FA2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2433

Black with #FA2433

Text Example


Text Example

White with #FA2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2433; }

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

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

background-color css

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

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

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

border-color css

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

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

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