Html Css Color HEX #F02C30 Alizarin

📋 copy color: '#F02C30'

red 240 ◦ green 44 ◦ blue 48

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

Shades of Alizarin #F02C30

Tints of Alizarin #F02C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.25%

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

R = 72.29%
G = 13.25%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F02C30 (or 0xF02C30) is known color: Alizarin. HEX triplet: F0, 2C and 30. RGB value is (240,44,48). Sum of RGB (Red+Green+Blue) = 240+44+48=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C30 is #0FD3CF. Grayscale: #676767. Windows color (decimal): -1037264 or 3157232. OLE color: 3157232.

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

Color convert

RGB 240 44 48 -
CMYK 0 0.82 0.8 0.06
HSL 358.78º 0.87% 0.56% -
HSV(B) 358.78º 0.82% 0.94% -
XYZ 37.37 20.54 4.79 -
YUV 103.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 240 44 48 0 0.82 0.8 0.06 358.78 0.87 0.56
Hex F0 2C 30 0 52 50 6 167 57 38
Octal 360 54 60 0 122 120 6 547 127 70
Binary 11110000 101100 110000 0 1010010 1010000 110 101100111 1010111 111000

Color Harmonies of #F02C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C30

Black with #F02C30

Text Example


Text Example

White with #F02C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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