Html Css Color HEX #F02341 Alizarin

📋 copy color: '#F02341'

red 240 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #F02341

Tints of Alizarin #F02341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 70.59%
G = 10.29%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F02341 (or 0xF02341) is known color: Alizarin. HEX triplet: F0, 23 and 41. RGB value is (240,35,65). Sum of RGB (Red+Green+Blue) = 240+35+65=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F02341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02341 is #0FDCBE. Grayscale: #636363. Windows color (decimal): -1039551 or 4269040. OLE color: 4269040.

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

Color convert

RGB 240 35 65 -
CMYK 0 0.85 0.73 0.06
HSL 351.22º 0.87% 0.54% -
HSV(B) 351.22º 0.85% 0.94% -
XYZ 37.49 20.11 6.91 -
YUV 99.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 240 35 65 0 0.85 0.73 0.06 351.22 0.87 0.54
Hex F0 23 41 0 55 49 6 15F 57 36
Octal 360 43 101 0 125 111 6 537 127 66
Binary 11110000 100011 1000001 0 1010101 1001001 110 101011111 1010111 110110

Color Harmonies of #F02341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02341

Black with #F02341

Text Example


Text Example

White with #F02341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02341; }

 p { color: rgb(240,35,65); }

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

background-color css

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

 a { background-color: rgb(240,35,65); }

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

border-color css

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

 span { border-color: rgb(240,35,65); }

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