Html Css Color HEX #F2363F Alizarin

📋 copy color: '#F2363F'

red 242 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #F2363F

Tints of Alizarin #F2363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

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

R = 67.41%
G = 15.04%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2363F (or 0xF2363F) is known color: Alizarin. HEX triplet: F2, 36 and 3F. RGB value is (242,54,63). Sum of RGB (Red+Green+Blue) = 242+54+63=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2363F is #0DC9C0. Grayscale: #6F6F6F. Windows color (decimal): -903617 or 4142834. OLE color: 4142834.

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

Color convert

RGB 242 54 63 -
CMYK 0 0.78 0.74 0.05
HSL 357.13º 0.88% 0.58% -
HSV(B) 357.13º 0.78% 0.95% -
XYZ 38.83 21.87 6.88 -
YUV 111.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 242 54 63 0 0.78 0.74 0.05 357.13 0.88 0.58
Hex F2 36 3F 0 4E 4A 5 165 58 3A
Octal 362 66 77 0 116 112 5 545 130 72
Binary 11110010 110110 111111 0 1001110 1001010 101 101100101 1011000 111010

Color Harmonies of #F2363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2363F

Black with #F2363F

Text Example


Text Example

White with #F2363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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