Html Css Color HEX #F02B3A Alizarin

📋 copy color: '#F02B3A'

red 240 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #F02B3A

Tints of Alizarin #F02B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

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

R = 70.38%
G = 12.61%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F02B3A (or 0xF02B3A) is known color: Alizarin. HEX triplet: F0, 2B and 3A. RGB value is (240,43,58). Sum of RGB (Red+Green+Blue) = 240+43+58=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B3A is #0FD4C5. Grayscale: #676767. Windows color (decimal): -1037510 or 3812336. OLE color: 3812336.

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

Color convert

RGB 240 43 58 -
CMYK 0 0.82 0.76 0.06
HSL 355.43º 0.87% 0.55% -
HSV(B) 355.43º 0.82% 0.94% -
XYZ 37.56 20.56 5.99 -
YUV 103.61 102.27 225.28 -
System Red Green Blue C M Y K H S L
Decimal 240 43 58 0 0.82 0.76 0.06 355.43 0.87 0.55
Hex F0 2B 3A 0 52 4C 6 163 57 37
Octal 360 53 72 0 122 114 6 543 127 67
Binary 11110000 101011 111010 0 1010010 1001100 110 101100011 1010111 110111

Color Harmonies of #F02B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B3A

Black with #F02B3A

Text Example


Text Example

White with #F02B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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