Html Css Color HEX #F2343E Alizarin

📋 copy color: '#F2343E'

red 242 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #F2343E

Tints of Alizarin #F2343E

RGB

 RED value IS 242 (94.92% from 255) = 67.98%

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 67.98%
G = 14.61%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2343E (or 0xF2343E) is known color: Alizarin. HEX triplet: F2, 34 and 3E. RGB value is (242,52,62). Sum of RGB (Red+Green+Blue) = 242+52+62=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2343E is #0DCBC1. Grayscale: #6E6E6E. Windows color (decimal): -904130 or 4076786. OLE color: 4076786.

HSL color Cylindrical-coordinate representation of color #F2343E: hue angle of 356.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2343E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 62 -
CMYK 0 0.79 0.74 0.05
HSL 356.84º 0.88% 0.58% -
HSV(B) 356.84º 0.79% 0.95% -
XYZ 38.72 21.68 6.7 -
YUV 109.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 242 52 62 0 0.79 0.74 0.05 356.84 0.88 0.58
Hex F2 34 3E 0 4F 4A 5 165 58 3A
Octal 362 64 76 0 117 112 5 545 130 72
Binary 11110010 110100 111110 0 1001111 1001010 101 101100101 1011000 111010

Color Harmonies of #F2343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2343E

Black with #F2343E

Text Example


Text Example

White with #F2343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2343E; }

 p { color: rgb(242,52,62); }

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

background-color css

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

 a { background-color: rgb(242,52,62); }

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

border-color css

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

 span { border-color: rgb(242,52,62); }

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