Html Css Color HEX #F7253A Alizarin

📋 copy color: '#F7253A'

red 247 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #F7253A

Tints of Alizarin #F7253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 72.22%
G = 10.82%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7253A (or 0xF7253A) is known color: Alizarin. HEX triplet: F7, 25 and 3A. RGB value is (247,37,58). Sum of RGB (Red+Green+Blue) = 247+37+58=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7253A is #08DAC5. Grayscale: #666666. Windows color (decimal): -580294 or 3810807. OLE color: 3810807.

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

Color convert

RGB 247 37 58 -
CMYK 0 0.85 0.77 0.03
HSL 354º 0.93% 0.56% -
HSV(B) 354º 0.85% 0.97% -
XYZ 39.78 21.4 6.04 -
YUV 102.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 247 37 58 0 0.85 0.77 0.03 354 0.93 0.56
Hex F7 25 3A 0 55 4D 3 162 5D 38
Octal 367 45 72 0 125 115 3 542 135 70
Binary 11110111 100101 111010 0 1010101 1001101 11 101100010 1011101 111000

Color Harmonies of #F7253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7253A

Black with #F7253A

Text Example


Text Example

White with #F7253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7253A; }

 p { color: rgb(247,37,58); }

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

background-color css

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

 a { background-color: rgb(247,37,58); }

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

border-color css

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

 span { border-color: rgb(247,37,58); }

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