Html Css Color HEX #F3203D Alizarin

📋 copy color: '#F3203D'

red 243 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #F3203D

Tints of Alizarin #F3203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 72.32%
G = 9.52%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3203D (or 0xF3203D) is known color: Alizarin. HEX triplet: F3, 20 and 3D. RGB value is (243,32,61). Sum of RGB (Red+Green+Blue) = 243+32+61=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F3203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3203D is #0CDFC2. Grayscale: #626262. Windows color (decimal): -843715 or 4006131. OLE color: 4006131.

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

Color convert

RGB 243 32 61 -
CMYK 0 0.87 0.75 0.05
HSL 351.75º 0.9% 0.54% -
HSV(B) 351.75º 0.87% 0.95% -
XYZ 38.32 20.42 6.34 -
YUV 98.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 243 32 61 0 0.87 0.75 0.05 351.75 0.9 0.54
Hex F3 20 3D 0 57 4B 5 160 5A 36
Octal 363 40 75 0 127 113 5 540 132 66
Binary 11110011 100000 111101 0 1010111 1001011 101 101100000 1011010 110110

Color Harmonies of #F3203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3203D

Black with #F3203D

Text Example


Text Example

White with #F3203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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