Html Css Color HEX #F42741 Alizarin

📋 copy color: '#F42741'

red 244 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #F42741

Tints of Alizarin #F42741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 70.11%
G = 11.21%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F42741 (or 0xF42741) is known color: Alizarin. HEX triplet: F4, 27 and 41. RGB value is (244,39,65). Sum of RGB (Red+Green+Blue) = 244+39+65=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F42741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42741 is #0BD8BE. Grayscale: #676767. Windows color (decimal): -776383 or 4270068. OLE color: 4270068.

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

Color convert

RGB 244 39 65 -
CMYK 0 0.84 0.73 0.04
HSL 352.39º 0.9% 0.55% -
HSV(B) 352.39º 0.84% 0.96% -
XYZ 38.99 21.07 7.01 -
YUV 103.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 244 39 65 0 0.84 0.73 0.04 352.39 0.9 0.55
Hex F4 27 41 0 54 49 4 160 5A 37
Octal 364 47 101 0 124 111 4 540 132 67
Binary 11110100 100111 1000001 0 1010100 1001001 100 101100000 1011010 110111

Color Harmonies of #F42741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42741

Black with #F42741

Text Example


Text Example

White with #F42741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42741; }

 p { color: rgb(244,39,65); }

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

background-color css

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

 a { background-color: rgb(244,39,65); }

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

border-color css

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

 span { border-color: rgb(244,39,65); }

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