Html Css Color HEX #F0232A Alizarin

📋 copy color: '#F0232A'

red 240 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #F0232A

Tints of Alizarin #F0232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 75.71%
G = 11.04%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0232A (or 0xF0232A) is known color: Alizarin. HEX triplet: F0, 23 and 2A. RGB value is (240,35,42). Sum of RGB (Red+Green+Blue) = 240+35+42=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0232A is #0FDCD5. Grayscale: #616161. Windows color (decimal): -1039574 or 2761712. OLE color: 2761712.

HSL color Cylindrical-coordinate representation of color #F0232A: hue angle of 357.95º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0232A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 42 -
CMYK 0 0.85 0.82 0.06
HSL 357.95º 0.87% 0.54% -
HSV(B) 357.95º 0.85% 0.94% -
XYZ 36.95 19.89 4.08 -
YUV 97.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 240 35 42 0 0.85 0.82 0.06 357.95 0.87 0.54
Hex F0 23 2A 0 55 52 6 166 57 36
Octal 360 43 52 0 125 122 6 546 127 66
Binary 11110000 100011 101010 0 1010101 1010010 110 101100110 1010111 110110

Color Harmonies of #F0232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0232A

Black with #F0232A

Text Example


Text Example

White with #F0232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0232A; }

 p { color: rgb(240,35,42); }

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

background-color css

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

 a { background-color: rgb(240,35,42); }

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

border-color css

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

 span { border-color: rgb(240,35,42); }

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