Html Css Color HEX #F3262E Alizarin

📋 copy color: '#F3262E'

red 243 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #F3262E

Tints of Alizarin #F3262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 74.31%
G = 11.62%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3262E (or 0xF3262E) is known color: Alizarin. HEX triplet: F3, 26 and 2E. RGB value is (243,38,46). Sum of RGB (Red+Green+Blue) = 243+38+46=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F3262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3262E is #0CD9D1. Grayscale: #646464. Windows color (decimal): -842194 or 3024627. OLE color: 3024627.

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

Color convert

RGB 243 38 46 -
CMYK 0 0.84 0.81 0.05
HSL 357.66º 0.9% 0.55% -
HSV(B) 357.66º 0.84% 0.95% -
XYZ 38.15 20.64 4.56 -
YUV 100.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 243 38 46 0 0.84 0.81 0.05 357.66 0.9 0.55
Hex F3 26 2E 0 54 51 5 166 5A 37
Octal 363 46 56 0 124 121 5 546 132 67
Binary 11110011 100110 101110 0 1010100 1010001 101 101100110 1011010 110111

Color Harmonies of #F3262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3262E

Black with #F3262E

Text Example


Text Example

White with #F3262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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