Html Css Color HEX #F42B3F Alizarin

📋 copy color: '#F42B3F'

red 244 ◦ green 43 ◦ blue 63

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

Shades of Alizarin #F42B3F

Tints of Alizarin #F42B3F

RGB

 RED value IS 244 (95.7% from 255) = 69.71%

 GREEN value IS 43 (17.19% from 255) = 12.29%

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

R = 69.71%
G = 12.29%
B = 18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F42B3F (or 0xF42B3F) is known color: Alizarin. HEX triplet: F4, 2B and 3F. RGB value is (244,43,63). Sum of RGB (Red+Green+Blue) = 244+43+63=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B3F is #0BD4C0. Grayscale: #696969. Windows color (decimal): -775361 or 4140020. OLE color: 4140020.

HSL color Cylindrical-coordinate representation of color #F42B3F: hue angle of 354.03º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42B3F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 43 63 -
CMYK 0 0.82 0.74 0.04
HSL 354.03º 0.9% 0.56% -
HSV(B) 354.03º 0.82% 0.96% -
XYZ 39.07 21.32 6.76 -
YUV 105.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 244 43 63 0 0.82 0.74 0.04 354.03 0.9 0.56
Hex F4 2B 3F 0 52 4A 4 162 5A 38
Octal 364 53 77 0 122 112 4 542 132 70
Binary 11110100 101011 111111 0 1010010 1001010 100 101100010 1011010 111000

Color Harmonies of #F42B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B3F

Black with #F42B3F

Text Example


Text Example

White with #F42B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B3F; }

 p { color: rgb(244,43,63); }

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

background-color css

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

 a { background-color: rgb(244,43,63); }

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

border-color css

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

 span { border-color: rgb(244,43,63); }

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