Html Css Color HEX #F3263A Alizarin

📋 copy color: '#F3263A'

red 243 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #F3263A

Tints of Alizarin #F3263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 71.68%
G = 11.21%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3263A (or 0xF3263A) is known color: Alizarin. HEX triplet: F3, 26 and 3A. RGB value is (243,38,58). Sum of RGB (Red+Green+Blue) = 243+38+58=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3263A is #0CD9C5. Grayscale: #656565. Windows color (decimal): -842182 or 3811059. OLE color: 3811059.

HSL color Cylindrical-coordinate representation of color #F3263A: hue angle of 354.15º degrees, saturation: 0.9, 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 #F3263A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 58 -
CMYK 0 0.84 0.76 0.05
HSL 354.15º 0.9% 0.55% -
HSV(B) 354.15º 0.84% 0.95% -
XYZ 38.42 20.75 5.98 -
YUV 101.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 243 38 58 0 0.84 0.76 0.05 354.15 0.9 0.55
Hex F3 26 3A 0 54 4C 5 162 5A 37
Octal 363 46 72 0 124 114 5 542 132 67
Binary 11110011 100110 111010 0 1010100 1001100 101 101100010 1011010 110111

Color Harmonies of #F3263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3263A

Black with #F3263A

Text Example


Text Example

White with #F3263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3263A; }

 p { color: rgb(243,38,58); }

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

background-color css

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

 a { background-color: rgb(243,38,58); }

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

border-color css

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

 span { border-color: rgb(243,38,58); }

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