Html Css Color HEX #F7253D Alizarin

📋 copy color: '#F7253D'

red 247 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #F7253D

Tints of Alizarin #F7253D

RGB

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

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

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

R = 71.59%
G = 10.72%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7253D (or 0xF7253D) is known color: Alizarin. HEX triplet: F7, 25 and 3D. RGB value is (247,37,61). Sum of RGB (Red+Green+Blue) = 247+37+61=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7253D is #08DAC2. Grayscale: #666666. Windows color (decimal): -580291 or 4007415. OLE color: 4007415.

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

Color convert

RGB 247 37 61 -
CMYK 0 0.85 0.75 0.03
HSL 353.14º 0.93% 0.56% -
HSV(B) 353.14º 0.85% 0.97% -
XYZ 39.86 21.43 6.45 -
YUV 102.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 247 37 61 0 0.85 0.75 0.03 353.14 0.93 0.56
Hex F7 25 3D 0 55 4B 3 161 5D 38
Octal 367 45 75 0 125 113 3 541 135 70
Binary 11110111 100101 111101 0 1010101 1001011 11 101100001 1011101 111000

Color Harmonies of #F7253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7253D

Black with #F7253D

Text Example


Text Example

White with #F7253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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