Html Css Color HEX #F7263F Alizarin

📋 copy color: '#F7263F'

red 247 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #F7263F

Tints of Alizarin #F7263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 70.98%
G = 10.92%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7263F (or 0xF7263F) is known color: Alizarin. HEX triplet: F7, 26 and 3F. RGB value is (247,38,63). Sum of RGB (Red+Green+Blue) = 247+38+63=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F7263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7263F is #08D9C0. Grayscale: #676767. Windows color (decimal): -580033 or 4138743. OLE color: 4138743.

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

Color convert

RGB 247 38 63 -
CMYK 0 0.85 0.74 0.03
HSL 352.82º 0.93% 0.56% -
HSV(B) 352.82º 0.85% 0.97% -
XYZ 39.95 21.52 6.75 -
YUV 103.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 247 38 63 0 0.85 0.74 0.03 352.82 0.93 0.56
Hex F7 26 3F 0 55 4A 3 161 5D 38
Octal 367 46 77 0 125 112 3 541 135 70
Binary 11110111 100110 111111 0 1010101 1001010 11 101100001 1011101 111000

Color Harmonies of #F7263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7263F

Black with #F7263F

Text Example


Text Example

White with #F7263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7263F; }

 p { color: rgb(247,38,63); }

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

background-color css

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

 a { background-color: rgb(247,38,63); }

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

border-color css

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

 span { border-color: rgb(247,38,63); }

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