Html Css Color HEX #F0283B Alizarin

📋 copy color: '#F0283B'

red 240 ◦ green 40 ◦ blue 59

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

Shades of Alizarin #F0283B

Tints of Alizarin #F0283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 70.8%
G = 11.8%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0283B (or 0xF0283B) is known color: Alizarin. HEX triplet: F0, 28 and 3B. RGB value is (240,40,59). Sum of RGB (Red+Green+Blue) = 240+40+59=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0283B is #0FD7C4. Grayscale: #666666. Windows color (decimal): -1038277 or 3877104. OLE color: 3877104.

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

Color convert

RGB 240 40 59 -
CMYK 0 0.83 0.75 0.06
HSL 354.3º 0.87% 0.55% -
HSV(B) 354.3º 0.83% 0.94% -
XYZ 37.48 20.36 6.09 -
YUV 101.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 240 40 59 0 0.83 0.75 0.06 354.3 0.87 0.55
Hex F0 28 3B 0 53 4B 6 162 57 37
Octal 360 50 73 0 123 113 6 542 127 67
Binary 11110000 101000 111011 0 1010011 1001011 110 101100010 1010111 110111

Color Harmonies of #F0283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0283B

Black with #F0283B

Text Example


Text Example

White with #F0283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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