Html Css Color HEX #F6233C Alizarin

📋 copy color: '#F6233C'

red 246 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #F6233C

Tints of Alizarin #F6233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 72.14%
G = 10.26%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6233C (or 0xF6233C) is known color: Alizarin. HEX triplet: F6, 23 and 3C. RGB value is (246,35,60). Sum of RGB (Red+Green+Blue) = 246+35+60=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6233C is #09DCC3. Grayscale: #656565. Windows color (decimal): -646340 or 3941366. OLE color: 3941366.

HSL color Cylindrical-coordinate representation of color #F6233C: hue angle of 352.89º 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 #F6233C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 35 60 -
CMYK 0 0.86 0.76 0.04
HSL 352.89º 0.92% 0.55% -
HSV(B) 352.89º 0.86% 0.96% -
XYZ 39.42 21.12 6.27 -
YUV 100.94 104.9 231.47 -
System Red Green Blue C M Y K H S L
Decimal 246 35 60 0 0.86 0.76 0.04 352.89 0.92 0.55
Hex F6 23 3C 0 56 4C 4 161 5C 37
Octal 366 43 74 0 126 114 4 541 134 67
Binary 11110110 100011 111100 0 1010110 1001100 100 101100001 1011100 110111

Color Harmonies of #F6233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6233C

Black with #F6233C

Text Example


Text Example

White with #F6233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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