Html Css Color HEX #F0353A Alizarin

📋 copy color: '#F0353A'

red 240 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #F0353A

Tints of Alizarin #F0353A

RGB

 RED value IS 240 (94.14% from 255) = 68.38%

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 68.38%
G = 15.1%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0353A (or 0xF0353A) is known color: Alizarin. HEX triplet: F0, 35 and 3A. RGB value is (240,53,58). Sum of RGB (Red+Green+Blue) = 240+53+58=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0353A is #0FCAC5. Grayscale: #6D6D6D. Windows color (decimal): -1034950 or 3814896. OLE color: 3814896.

HSL color Cylindrical-coordinate representation of color #F0353A: hue angle of 358.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0353A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 58 -
CMYK 0 0.78 0.76 0.06
HSL 358.4º 0.86% 0.57% -
HSV(B) 358.4º 0.78% 0.94% -
XYZ 37.97 21.38 6.13 -
YUV 109.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 240 53 58 0 0.78 0.76 0.06 358.4 0.86 0.57
Hex F0 35 3A 0 4E 4C 6 166 56 39
Octal 360 65 72 0 116 114 6 546 126 71
Binary 11110000 110101 111010 0 1001110 1001100 110 101100110 1010110 111001

Color Harmonies of #F0353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0353A

Black with #F0353A

Text Example


Text Example

White with #F0353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0353A; }

 p { color: rgb(240,53,58); }

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

background-color css

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

 a { background-color: rgb(240,53,58); }

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

border-color css

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

 span { border-color: rgb(240,53,58); }

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