Html Css Color HEX #F3283F Alizarin

📋 copy color: '#F3283F'

red 243 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #F3283F

Tints of Alizarin #F3283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 70.23%
G = 11.56%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3283F (or 0xF3283F) is known color: Alizarin. HEX triplet: F3, 28 and 3F. RGB value is (243,40,63). Sum of RGB (Red+Green+Blue) = 243+40+63=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F3283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3283F is #0CD7C0. Grayscale: #676767. Windows color (decimal): -841665 or 4139251. OLE color: 4139251.

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

Color convert

RGB 243 40 63 -
CMYK 0 0.84 0.74 0.05
HSL 353.2º 0.89% 0.55% -
HSV(B) 353.2º 0.84% 0.95% -
XYZ 38.62 20.93 6.71 -
YUV 103.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 243 40 63 0 0.84 0.74 0.05 353.2 0.89 0.55
Hex F3 28 3F 0 54 4A 5 161 59 37
Octal 363 50 77 0 124 112 5 541 131 67
Binary 11110011 101000 111111 0 1010100 1001010 101 101100001 1011001 110111

Color Harmonies of #F3283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3283F

Black with #F3283F

Text Example


Text Example

White with #F3283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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