Html Css Color HEX #F02D3A Alizarin

📋 copy color: '#F02D3A'

red 240 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #F02D3A

Tints of Alizarin #F02D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 69.97%
G = 13.12%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F02D3A (or 0xF02D3A) is known color: Alizarin. HEX triplet: F0, 2D and 3A. RGB value is (240,45,58). Sum of RGB (Red+Green+Blue) = 240+45+58=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D3A is #0FD2C5. Grayscale: #686868. Windows color (decimal): -1036998 or 3812848. OLE color: 3812848.

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

Color convert

RGB 240 45 58 -
CMYK 0 0.81 0.76 0.06
HSL 356º 0.87% 0.56% -
HSV(B) 356º 0.81% 0.94% -
XYZ 37.64 20.71 6.02 -
YUV 104.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 240 45 58 0 0.81 0.76 0.06 356 0.87 0.56
Hex F0 2D 3A 0 51 4C 6 164 57 38
Octal 360 55 72 0 121 114 6 544 127 70
Binary 11110000 101101 111010 0 1010001 1001100 110 101100100 1010111 111000

Color Harmonies of #F02D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D3A

Black with #F02D3A

Text Example


Text Example

White with #F02D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D3A; }

 p { color: rgb(240,45,58); }

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

background-color css

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

 a { background-color: rgb(240,45,58); }

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

border-color css

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

 span { border-color: rgb(240,45,58); }

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