Html Css Color HEX #F7233D Alizarin

📋 copy color: '#F7233D'

red 247 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #F7233D

Tints of Alizarin #F7233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 72.01%
G = 10.2%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7233D (or 0xF7233D) is known color: Alizarin. HEX triplet: F7, 23 and 3D. RGB value is (247,35,61). Sum of RGB (Red+Green+Blue) = 247+35+61=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7233D is #08DCC2. Grayscale: #656565. Windows color (decimal): -580803 or 4006903. OLE color: 4006903.

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

Color convert

RGB 247 35 61 -
CMYK 0 0.86 0.75 0.03
HSL 352.64º 0.93% 0.55% -
HSV(B) 352.64º 0.86% 0.97% -
XYZ 39.8 21.31 6.43 -
YUV 101.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 247 35 61 0 0.86 0.75 0.03 352.64 0.93 0.55
Hex F7 23 3D 0 56 4B 3 161 5D 37
Octal 367 43 75 0 126 113 3 541 135 67
Binary 11110111 100011 111101 0 1010110 1001011 11 101100001 1011101 110111

Color Harmonies of #F7233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7233D

Black with #F7233D

Text Example


Text Example

White with #F7233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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