Html Css Color HEX #F9273F Alizarin

📋 copy color: '#F9273F'

red 249 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #F9273F

Tints of Alizarin #F9273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

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

R = 70.94%
G = 11.11%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9273F (or 0xF9273F) is known color: Alizarin. HEX triplet: F9, 27 and 3F. RGB value is (249,39,63). Sum of RGB (Red+Green+Blue) = 249+39+63=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9273F is #06D8C0. Grayscale: #686868. Windows color (decimal): -448705 or 4139001. OLE color: 4139001.

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

Color convert

RGB 249 39 63 -
CMYK 0 0.84 0.75 0.02
HSL 353.14º 0.95% 0.56% -
HSV(B) 353.14º 0.84% 0.98% -
XYZ 40.69 21.95 6.79 -
YUV 104.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 249 39 63 0 0.84 0.75 0.02 353.14 0.95 0.56
Hex F9 27 3F 0 54 4B 2 161 5F 38
Octal 371 47 77 0 124 113 2 541 137 70
Binary 11111001 100111 111111 0 1010100 1001011 10 101100001 1011111 111000

Color Harmonies of #F9273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9273F

Black with #F9273F

Text Example


Text Example

White with #F9273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9273F; }

 p { color: rgb(249,39,63); }

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

background-color css

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

 a { background-color: rgb(249,39,63); }

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

border-color css

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

 span { border-color: rgb(249,39,63); }

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