Html Css Color HEX #F6242B Alizarin

📋 copy color: '#F6242B'

red 246 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #F6242B

Tints of Alizarin #F6242B

RGB

 RED value IS 246 (96.48% from 255) = 75.69%

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 75.69%
G = 11.08%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6242B (or 0xF6242B) is known color: Alizarin. HEX triplet: F6, 24 and 2B. RGB value is (246,36,43). Sum of RGB (Red+Green+Blue) = 246+36+43=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F6242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6242B is #09DBD4. Grayscale: #636363. Windows color (decimal): -646101 or 2827510. OLE color: 2827510.

HSL color Cylindrical-coordinate representation of color #F6242B: hue angle of 358º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6242B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 36 43 -
CMYK 0 0.85 0.83 0.04
HSL 358º 0.92% 0.55% -
HSV(B) 358º 0.85% 0.96% -
XYZ 39.07 21.03 4.29 -
YUV 99.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 246 36 43 0 0.85 0.83 0.04 358 0.92 0.55
Hex F6 24 2B 0 55 53 4 166 5C 37
Octal 366 44 53 0 125 123 4 546 134 67
Binary 11110110 100100 101011 0 1010101 1010011 100 101100110 1011100 110111

Color Harmonies of #F6242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6242B

Black with #F6242B

Text Example


Text Example

White with #F6242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6242B; }

 p { color: rgb(246,36,43); }

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

background-color css

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

 a { background-color: rgb(246,36,43); }

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

border-color css

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

 span { border-color: rgb(246,36,43); }

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