Html Css Color HEX #F0232B Alizarin

📋 copy color: '#F0232B'

red 240 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #F0232B

Tints of Alizarin #F0232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 75.47%
G = 11.01%
B = 13.52%

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

#F0232B (or 0xF0232B) is known color: Alizarin. HEX triplet: F0, 23 and 2B. RGB value is (240,35,43). Sum of RGB (Red+Green+Blue) = 240+35+43=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0232B is #0FDCD4. Grayscale: #616161. Windows color (decimal): -1039573 or 2827248. OLE color: 2827248.

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

Color convert

RGB 240 35 43 -
CMYK 0 0.85 0.82 0.06
HSL 357.66º 0.87% 0.54% -
HSV(B) 357.66º 0.85% 0.94% -
XYZ 36.97 19.9 4.18 -
YUV 97.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 240 35 43 0 0.85 0.82 0.06 357.66 0.87 0.54
Hex F0 23 2B 0 55 52 6 166 57 36
Octal 360 43 53 0 125 122 6 546 127 66
Binary 11110000 100011 101011 0 1010101 1010010 110 101100110 1010111 110110

Color Harmonies of #F0232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0232B

Black with #F0232B

Text Example


Text Example

White with #F0232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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