Html Css Color HEX #F2313D Alizarin

📋 copy color: '#F2313D'

red 242 ◦ green 49 ◦ blue 61

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

Shades of Alizarin #F2313D

Tints of Alizarin #F2313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 68.75%
G = 13.92%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2313D (or 0xF2313D) is known color: Alizarin. HEX triplet: F2, 31 and 3D. RGB value is (242,49,61). Sum of RGB (Red+Green+Blue) = 242+49+61=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2313D is #0DCEC2. Grayscale: #6C6C6C. Windows color (decimal): -904899 or 4010482. OLE color: 4010482.

HSL color Cylindrical-coordinate representation of color #F2313D: hue angle of 356.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2313D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 61 -
CMYK 0 0.80 0.75 0.05
HSL 356.27º 0.88% 0.57% -
HSV(B) 356.27º 0.8% 0.95% -
XYZ 38.56 21.41 6.52 -
YUV 108.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 242 49 61 0 0.80 0.75 0.05 356.27 0.88 0.57
Hex F2 31 3D 0 50 4B 5 164 58 39
Octal 362 61 75 0 120 113 5 544 130 71
Binary 11110010 110001 111101 0 1010000 1001011 101 101100100 1011000 111001

Color Harmonies of #F2313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2313D

Black with #F2313D

Text Example


Text Example

White with #F2313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2313D; }

 p { color: rgb(242,49,61); }

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

background-color css

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

 a { background-color: rgb(242,49,61); }

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

border-color css

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

 span { border-color: rgb(242,49,61); }

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