Html Css Color HEX #F33F41 Alizarin

📋 copy color: '#F33F41'

red 243 ◦ green 63 ◦ blue 65

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

Shades of Alizarin #F33F41

Tints of Alizarin #F33F41

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

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

R = 65.5%
G = 16.98%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33F41 (or 0xF33F41) is known color: Alizarin. HEX triplet: F3, 3F and 41. RGB value is (243,63,65). Sum of RGB (Red+Green+Blue) = 243+63+65=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33F41 is #0CC0BE. Grayscale: #757575. Windows color (decimal): -835775 or 4276211. OLE color: 4276211.

HSL color Cylindrical-coordinate representation of color #F33F41: hue angle of 359.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33F41 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 63 65 -
CMYK 0 0.74 0.73 0.05
HSL 359.33º 0.88% 0.6% -
HSV(B) 359.33º 0.74% 0.95% -
XYZ 39.69 22.99 7.35 -
YUV 117.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 243 63 65 0 0.74 0.73 0.05 359.33 0.88 0.6
Hex F3 3F 41 0 4A 49 5 167 58 3C
Octal 363 77 101 0 112 111 5 547 130 74
Binary 11110011 111111 1000001 0 1001010 1001001 101 101100111 1011000 111100

Color Harmonies of #F33F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F41

Black with #F33F41

Text Example


Text Example

White with #F33F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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