Html Css Color HEX #F9263E Alizarin

📋 copy color: '#F9263E'

red 249 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #F9263E

Tints of Alizarin #F9263E

RGB

 RED value IS 249 (97.66% from 255) = 71.35%

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 71.35%
G = 10.89%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9263E (or 0xF9263E) is known color: Alizarin. HEX triplet: F9, 26 and 3E. RGB value is (249,38,62). Sum of RGB (Red+Green+Blue) = 249+38+62=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9263E is #06D9C1. Grayscale: #676767. Windows color (decimal): -448962 or 4073209. OLE color: 4073209.

HSL color Cylindrical-coordinate representation of color #F9263E: hue angle of 353.18º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9263E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 62 -
CMYK 0 0.85 0.75 0.02
HSL 353.18º 0.95% 0.56% -
HSV(B) 353.18º 0.85% 0.98% -
XYZ 40.63 21.87 6.64 -
YUV 103.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 249 38 62 0 0.85 0.75 0.02 353.18 0.95 0.56
Hex F9 26 3E 0 55 4B 2 161 5F 38
Octal 371 46 76 0 125 113 2 541 137 70
Binary 11111001 100110 111110 0 1010101 1001011 10 101100001 1011111 111000

Color Harmonies of #F9263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9263E

Black with #F9263E

Text Example


Text Example

White with #F9263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9263E; }

 p { color: rgb(249,38,62); }

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

background-color css

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

 a { background-color: rgb(249,38,62); }

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

border-color css

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

 span { border-color: rgb(249,38,62); }

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