Html Css Color HEX #F02630 Alizarin

📋 copy color: '#F02630'

red 240 ◦ green 38 ◦ blue 48

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

Shades of Alizarin #F02630

Tints of Alizarin #F02630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 73.62%
G = 11.66%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F02630 (or 0xF02630) is known color: Alizarin. HEX triplet: F0, 26 and 30. RGB value is (240,38,48). Sum of RGB (Red+Green+Blue) = 240+38+48=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F02630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02630 is #0FD9CF. Grayscale: #636363. Windows color (decimal): -1038800 or 3155696. OLE color: 3155696.

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

Color convert

RGB 240 38 48 -
CMYK 0 0.84 0.8 0.06
HSL 357.03º 0.87% 0.55% -
HSV(B) 357.03º 0.84% 0.94% -
XYZ 37.16 20.12 4.72 -
YUV 99.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 240 38 48 0 0.84 0.8 0.06 357.03 0.87 0.55
Hex F0 26 30 0 54 50 6 165 57 37
Octal 360 46 60 0 124 120 6 545 127 67
Binary 11110000 100110 110000 0 1010100 1010000 110 101100101 1010111 110111

Color Harmonies of #F02630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02630

Black with #F02630

Text Example


Text Example

White with #F02630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02630; }

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

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

background-color css

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

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

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

border-color css

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

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

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