Html Css Color HEX #F33041 Alizarin

📋 copy color: '#F33041'

red 243 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F33041

Tints of Alizarin #F33041

RGB

 RED value IS 243 (95.31% from 255) = 68.26%

 GREEN value IS 48 (19.14% from 255) = 13.48%

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

R = 68.26%
G = 13.48%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33041 (or 0xF33041) is known color: Alizarin. HEX triplet: F3, 30 and 41. RGB value is (243,48,65). Sum of RGB (Red+Green+Blue) = 243+48+65=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F33041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33041 is #0CCFBE. Grayscale: #6C6C6C. Windows color (decimal): -839615 or 4272371. OLE color: 4272371.

HSL color Cylindrical-coordinate representation of color #F33041: hue angle of 354.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33041 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 48 65 -
CMYK 0 0.80 0.73 0.05
HSL 354.77º 0.89% 0.57% -
HSV(B) 354.77º 0.8% 0.95% -
XYZ 38.97 21.55 7.11 -
YUV 108.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 243 48 65 0 0.80 0.73 0.05 354.77 0.89 0.57
Hex F3 30 41 0 50 49 5 163 59 39
Octal 363 60 101 0 120 111 5 543 131 71
Binary 11110011 110000 1000001 0 1010000 1001001 101 101100011 1011001 111001

Color Harmonies of #F33041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33041

Black with #F33041

Text Example


Text Example

White with #F33041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33041; }

 p { color: rgb(243,48,65); }

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

background-color css

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

 a { background-color: rgb(243,48,65); }

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

border-color css

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

 span { border-color: rgb(243,48,65); }

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