Html Css Color HEX #F3233D Alizarin

📋 copy color: '#F3233D'

red 243 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #F3233D

Tints of Alizarin #F3233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 71.68%
G = 10.32%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3233D (or 0xF3233D) is known color: Alizarin. HEX triplet: F3, 23 and 3D. RGB value is (243,35,61). Sum of RGB (Red+Green+Blue) = 243+35+61=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3233D is #0CDCC2. Grayscale: #646464. Windows color (decimal): -842947 or 4006899. OLE color: 4006899.

HSL color Cylindrical-coordinate representation of color #F3233D: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3233D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 35 61 -
CMYK 0 0.86 0.75 0.05
HSL 352.5º 0.9% 0.55% -
HSV(B) 352.5º 0.86% 0.95% -
XYZ 38.41 20.59 6.37 -
YUV 100.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 243 35 61 0 0.86 0.75 0.05 352.5 0.9 0.55
Hex F3 23 3D 0 56 4B 5 160 5A 37
Octal 363 43 75 0 126 113 5 540 132 67
Binary 11110011 100011 111101 0 1010110 1001011 101 101100000 1011010 110111

Color Harmonies of #F3233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3233D

Black with #F3233D

Text Example


Text Example

White with #F3233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3233D; }

 p { color: rgb(243,35,61); }

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

background-color css

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

 a { background-color: rgb(243,35,61); }

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

border-color css

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

 span { border-color: rgb(243,35,61); }

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