Html Css Color HEX #F9283F Alizarin

📋 copy color: '#F9283F'

red 249 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #F9283F

Tints of Alizarin #F9283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 70.74%
G = 11.36%
B = 17.9%

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

#F9283F (or 0xF9283F) is known color: Alizarin. HEX triplet: F9, 28 and 3F. RGB value is (249,40,63). Sum of RGB (Red+Green+Blue) = 249+40+63=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F9283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9283F is #06D7C0. Grayscale: #696969. Windows color (decimal): -448449 or 4139257. OLE color: 4139257.

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

Color convert

RGB 249 40 63 -
CMYK 0 0.84 0.75 0.02
HSL 353.4º 0.95% 0.57% -
HSV(B) 353.4º 0.84% 0.98% -
XYZ 40.72 22.02 6.81 -
YUV 105.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 249 40 63 0 0.84 0.75 0.02 353.4 0.95 0.57
Hex F9 28 3F 0 54 4B 2 161 5F 39
Octal 371 50 77 0 124 113 2 541 137 71
Binary 11111001 101000 111111 0 1010100 1001011 10 101100001 1011111 111001

Color Harmonies of #F9283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9283F

Black with #F9283F

Text Example


Text Example

White with #F9283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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