Html Css Color HEX #F9243D Alizarin

📋 copy color: '#F9243D'

red 249 ◦ green 36 ◦ blue 61

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

Shades of Alizarin #F9243D

Tints of Alizarin #F9243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 71.97%
G = 10.4%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9243D (or 0xF9243D) is known color: Alizarin. HEX triplet: F9, 24 and 3D. RGB value is (249,36,61). Sum of RGB (Red+Green+Blue) = 249+36+61=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9243D is #06DBC2. Grayscale: #666666. Windows color (decimal): -449475 or 4007161. OLE color: 4007161.

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

Color convert

RGB 249 36 61 -
CMYK 0 0.86 0.76 0.02
HSL 352.96º 0.95% 0.56% -
HSV(B) 352.96º 0.86% 0.98% -
XYZ 40.54 21.74 6.47 -
YUV 102.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 249 36 61 0 0.86 0.76 0.02 352.96 0.95 0.56
Hex F9 24 3D 0 56 4C 2 161 5F 38
Octal 371 44 75 0 126 114 2 541 137 70
Binary 11111001 100100 111101 0 1010110 1001100 10 101100001 1011111 111000

Color Harmonies of #F9243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9243D

Black with #F9243D

Text Example


Text Example

White with #F9243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9243D; }

 p { color: rgb(249,36,61); }

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

background-color css

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

 a { background-color: rgb(249,36,61); }

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

border-color css

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

 span { border-color: rgb(249,36,61); }

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