Html Css Color HEX #F2363C Alizarin

📋 copy color: '#F2363C'

red 242 ◦ green 54 ◦ blue 60

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

Shades of Alizarin #F2363C

Tints of Alizarin #F2363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 67.98%
G = 15.17%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2363C (or 0xF2363C) is known color: Alizarin. HEX triplet: F2, 36 and 3C. RGB value is (242,54,60). Sum of RGB (Red+Green+Blue) = 242+54+60=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2363C is #0DC9C3. Grayscale: #6F6F6F. Windows color (decimal): -903620 or 3946226. OLE color: 3946226.

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

Color convert

RGB 242 54 60 -
CMYK 0 0.78 0.75 0.05
HSL 358.09º 0.88% 0.58% -
HSV(B) 358.09º 0.78% 0.95% -
XYZ 38.75 21.84 6.45 -
YUV 110.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 242 54 60 0 0.78 0.75 0.05 358.09 0.88 0.58
Hex F2 36 3C 0 4E 4B 5 166 58 3A
Octal 362 66 74 0 116 113 5 546 130 72
Binary 11110010 110110 111100 0 1001110 1001011 101 101100110 1011000 111010

Color Harmonies of #F2363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2363C

Black with #F2363C

Text Example


Text Example

White with #F2363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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