Html Css Color HEX #F03038 Alizarin

📋 copy color: '#F03038'

red 240 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #F03038

Tints of Alizarin #F03038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 69.77%
G = 13.95%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F03038 (or 0xF03038) is known color: Alizarin. HEX triplet: F0, 30 and 38. RGB value is (240,48,56). Sum of RGB (Red+Green+Blue) = 240+48+56=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F03038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03038 is #0FCFC7. Grayscale: #6A6A6A. Windows color (decimal): -1036232 or 3682544. OLE color: 3682544.

HSL color Cylindrical-coordinate representation of color #F03038: hue angle of 357.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03038 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 56 -
CMYK 0 0.8 0.77 0.06
HSL 357.5º 0.86% 0.56% -
HSV(B) 357.5º 0.8% 0.94% -
XYZ 37.71 20.92 5.79 -
YUV 106.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 240 48 56 0 0.8 0.77 0.06 357.5 0.86 0.56
Hex F0 30 38 0 50 4D 6 166 56 38
Octal 360 60 70 0 120 115 6 546 126 70
Binary 11110000 110000 111000 0 1010000 1001101 110 101100110 1010110 111000

Color Harmonies of #F03038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03038

Black with #F03038

Text Example


Text Example

White with #F03038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03038; }

 p { color: rgb(240,48,56); }

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

background-color css

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

 a { background-color: rgb(240,48,56); }

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

border-color css

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

 span { border-color: rgb(240,48,56); }

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