Html Css Color HEX #F2303A Alizarin

📋 copy color: '#F2303A'

red 242 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #F2303A

Tints of Alizarin #F2303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 69.54%
G = 13.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2303A (or 0xF2303A) is known color: Alizarin. HEX triplet: F2, 30 and 3A. RGB value is (242,48,58). Sum of RGB (Red+Green+Blue) = 242+48+58=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F2303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2303A is #0DCFC5. Grayscale: #6B6B6B. Windows color (decimal): -905158 or 3813618. OLE color: 3813618.

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

Color convert

RGB 242 48 58 -
CMYK 0 0.80 0.76 0.05
HSL 356.91º 0.88% 0.57% -
HSV(B) 356.91º 0.8% 0.95% -
XYZ 38.44 21.3 6.09 -
YUV 107.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 242 48 58 0 0.80 0.76 0.05 356.91 0.88 0.57
Hex F2 30 3A 0 50 4C 5 165 58 39
Octal 362 60 72 0 120 114 5 545 130 71
Binary 11110010 110000 111010 0 1010000 1001100 101 101100101 1011000 111001

Color Harmonies of #F2303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2303A

Black with #F2303A

Text Example


Text Example

White with #F2303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2303A; }

 p { color: rgb(242,48,58); }

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

background-color css

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

 a { background-color: rgb(242,48,58); }

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

border-color css

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

 span { border-color: rgb(242,48,58); }

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