Html Css Color HEX #F2343F Alizarin

📋 copy color: '#F2343F'

red 242 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #F2343F

Tints of Alizarin #F2343F

RGB

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

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

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

R = 67.79%
G = 14.57%
B = 17.65%

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

#F2343F (or 0xF2343F) is known color: Alizarin. HEX triplet: F2, 34 and 3F. RGB value is (242,52,63). Sum of RGB (Red+Green+Blue) = 242+52+63=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2343F is #0DCBC0. Grayscale: #6E6E6E. Windows color (decimal): -904129 or 4142322. OLE color: 4142322.

HSL color Cylindrical-coordinate representation of color #F2343F: hue angle of 356.53º 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 #F2343F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 63 -
CMYK 0 0.79 0.74 0.05
HSL 356.53º 0.88% 0.58% -
HSV(B) 356.53º 0.79% 0.95% -
XYZ 38.74 21.69 6.85 -
YUV 110.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 242 52 63 0 0.79 0.74 0.05 356.53 0.88 0.58
Hex F2 34 3F 0 4F 4A 5 165 58 3A
Octal 362 64 77 0 117 112 5 545 130 72
Binary 11110010 110100 111111 0 1001111 1001010 101 101100101 1011000 111010

Color Harmonies of #F2343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2343F

Black with #F2343F

Text Example


Text Example

White with #F2343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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