Html Css Color HEX #F9263B Alizarin

📋 copy color: '#F9263B'

red 249 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #F9263B

Tints of Alizarin #F9263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 71.97%
G = 10.98%
B = 17.05%

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

#F9263B (or 0xF9263B) is known color: Alizarin. HEX triplet: F9, 26 and 3B. RGB value is (249,38,59). Sum of RGB (Red+Green+Blue) = 249+38+59=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9263B is #06D9C4. Grayscale: #676767. Windows color (decimal): -448965 or 3876601. OLE color: 3876601.

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

Color convert

RGB 249 38 59 -
CMYK 0 0.85 0.76 0.02
HSL 354.03º 0.95% 0.56% -
HSV(B) 354.03º 0.85% 0.98% -
XYZ 40.55 21.84 6.22 -
YUV 103.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 249 38 59 0 0.85 0.76 0.02 354.03 0.95 0.56
Hex F9 26 3B 0 55 4C 2 162 5F 38
Octal 371 46 73 0 125 114 2 542 137 70
Binary 11111001 100110 111011 0 1010101 1001100 10 101100010 1011111 111000

Color Harmonies of #F9263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9263B

Black with #F9263B

Text Example


Text Example

White with #F9263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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