Html Css Color HEX #F02730 Alizarin

📋 copy color: '#F02730'

red 240 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #F02730

Tints of Alizarin #F02730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 73.39%
G = 11.93%
B = 14.68%

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

#F02730 (or 0xF02730) is known color: Alizarin. HEX triplet: F0, 27 and 30. RGB value is (240,39,48). Sum of RGB (Red+Green+Blue) = 240+39+48=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F02730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02730 is #0FD8CF. Grayscale: #646464. Windows color (decimal): -1038544 or 3155952. OLE color: 3155952.

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

Color convert

RGB 240 39 48 -
CMYK 0 0.84 0.8 0.06
HSL 357.31º 0.87% 0.55% -
HSV(B) 357.31º 0.84% 0.94% -
XYZ 37.19 20.19 4.73 -
YUV 100.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 240 39 48 0 0.84 0.8 0.06 357.31 0.87 0.55
Hex F0 27 30 0 54 50 6 165 57 37
Octal 360 47 60 0 124 120 6 545 127 67
Binary 11110000 100111 110000 0 1010100 1010000 110 101100101 1010111 110111

Color Harmonies of #F02730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02730

Black with #F02730

Text Example


Text Example

White with #F02730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02730; }

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

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

background-color css

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

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

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

border-color css

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

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

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