Html Css Color HEX #F0233B Alizarin

📋 copy color: '#F0233B'

red 240 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #F0233B

Tints of Alizarin #F0233B

RGB

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

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

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

R = 71.86%
G = 10.48%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0233B (or 0xF0233B) is known color: Alizarin. HEX triplet: F0, 23 and 3B. RGB value is (240,35,59). Sum of RGB (Red+Green+Blue) = 240+35+59=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0233B is #0FDCC4. Grayscale: #636363. Windows color (decimal): -1039557 or 3875824. OLE color: 3875824.

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

Color convert

RGB 240 35 59 -
CMYK 0 0.85 0.75 0.06
HSL 352.98º 0.87% 0.54% -
HSV(B) 352.98º 0.85% 0.94% -
XYZ 37.33 20.04 6.04 -
YUV 99.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 240 35 59 0 0.85 0.75 0.06 352.98 0.87 0.54
Hex F0 23 3B 0 55 4B 6 161 57 36
Octal 360 43 73 0 125 113 6 541 127 66
Binary 11110000 100011 111011 0 1010101 1001011 110 101100001 1010111 110110

Color Harmonies of #F0233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0233B

Black with #F0233B

Text Example


Text Example

White with #F0233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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