Html Css Color HEX #F9263C Alizarin

📋 copy color: '#F9263C'

red 249 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #F9263C

Tints of Alizarin #F9263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 71.76%
G = 10.95%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9263C (or 0xF9263C) is known color: Alizarin. HEX triplet: F9, 26 and 3C. RGB value is (249,38,60). Sum of RGB (Red+Green+Blue) = 249+38+60=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9263C is #06D9C3. Grayscale: #676767. Windows color (decimal): -448964 or 3942137. OLE color: 3942137.

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

Color convert

RGB 249 38 60 -
CMYK 0 0.85 0.76 0.02
HSL 353.74º 0.95% 0.56% -
HSV(B) 353.74º 0.85% 0.98% -
XYZ 40.58 21.85 6.35 -
YUV 103.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 249 38 60 0 0.85 0.76 0.02 353.74 0.95 0.56
Hex F9 26 3C 0 55 4C 2 162 5F 38
Octal 371 46 74 0 125 114 2 542 137 70
Binary 11111001 100110 111100 0 1010101 1001100 10 101100010 1011111 111000

Color Harmonies of #F9263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9263C

Black with #F9263C

Text Example


Text Example

White with #F9263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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