Html Css Color HEX #F7233C Alizarin

📋 copy color: '#F7233C'

red 247 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #F7233C

Tints of Alizarin #F7233C

RGB

 RED value IS 247 (96.88% from 255) = 72.22%

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

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

R = 72.22%
G = 10.23%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7233C (or 0xF7233C) is known color: Alizarin. HEX triplet: F7, 23 and 3C. RGB value is (247,35,60). Sum of RGB (Red+Green+Blue) = 247+35+60=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7233C is #08DCC3. Grayscale: #656565. Windows color (decimal): -580804 or 3941367. OLE color: 3941367.

HSL color Cylindrical-coordinate representation of color #F7233C: hue angle of 352.92º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7233C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 35 60 -
CMYK 0 0.86 0.76 0.03
HSL 352.92º 0.93% 0.55% -
HSV(B) 352.92º 0.86% 0.97% -
XYZ 39.77 21.3 6.29 -
YUV 101.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 247 35 60 0 0.86 0.76 0.03 352.92 0.93 0.55
Hex F7 23 3C 0 56 4C 3 161 5D 37
Octal 367 43 74 0 126 114 3 541 135 67
Binary 11110111 100011 111100 0 1010110 1001100 11 101100001 1011101 110111

Color Harmonies of #F7233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7233C

Black with #F7233C

Text Example


Text Example

White with #F7233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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