Html Css Color HEX #F0343B Alizarin

📋 copy color: '#F0343B'

red 240 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #F0343B

Tints of Alizarin #F0343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 68.38%
G = 14.81%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0343B (or 0xF0343B) is known color: Alizarin. HEX triplet: F0, 34 and 3B. RGB value is (240,52,59). Sum of RGB (Red+Green+Blue) = 240+52+59=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0343B is #0FCBC4. Grayscale: #6D6D6D. Windows color (decimal): -1035205 or 3880176. OLE color: 3880176.

HSL color Cylindrical-coordinate representation of color #F0343B: hue angle of 357.77º 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 #F0343B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 59 -
CMYK 0 0.78 0.75 0.06
HSL 357.77º 0.86% 0.57% -
HSV(B) 357.77º 0.78% 0.94% -
XYZ 37.95 21.3 6.25 -
YUV 109.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 240 52 59 0 0.78 0.75 0.06 357.77 0.86 0.57
Hex F0 34 3B 0 4E 4B 6 166 56 39
Octal 360 64 73 0 116 113 6 546 126 71
Binary 11110000 110100 111011 0 1001110 1001011 110 101100110 1010110 111001

Color Harmonies of #F0343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0343B

Black with #F0343B

Text Example


Text Example

White with #F0343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0343B; }

 p { color: rgb(240,52,59); }

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

background-color css

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

 a { background-color: rgb(240,52,59); }

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

border-color css

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

 span { border-color: rgb(240,52,59); }

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