Html Css Color HEX #F6232F Alizarin

📋 copy color: '#F6232F'

red 246 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F6232F

Tints of Alizarin #F6232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 75%
G = 10.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6232F (or 0xF6232F) is known color: Alizarin. HEX triplet: F6, 23 and 2F. RGB value is (246,35,47). Sum of RGB (Red+Green+Blue) = 246+35+47=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F6232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6232F is #09DCD0. Grayscale: #636363. Windows color (decimal): -646353 or 3089398. OLE color: 3089398.

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

Color convert

RGB 246 35 47 -
CMYK 0 0.86 0.81 0.04
HSL 356.59º 0.92% 0.55% -
HSV(B) 356.59º 0.86% 0.96% -
XYZ 39.12 21 4.68 -
YUV 99.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 246 35 47 0 0.86 0.81 0.04 356.59 0.92 0.55
Hex F6 23 2F 0 56 51 4 165 5C 37
Octal 366 43 57 0 126 121 4 545 134 67
Binary 11110110 100011 101111 0 1010110 1010001 100 101100101 1011100 110111

Color Harmonies of #F6232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6232F

Black with #F6232F

Text Example


Text Example

White with #F6232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6232F; }

 p { color: rgb(246,35,47); }

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

background-color css

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

 a { background-color: rgb(246,35,47); }

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

border-color css

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

 span { border-color: rgb(246,35,47); }

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