Html Css Color HEX #F2263A Alizarin

📋 copy color: '#F2263A'

red 242 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #F2263A

Tints of Alizarin #F2263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

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

R = 71.6%
G = 11.24%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2263A (or 0xF2263A) is known color: Alizarin. HEX triplet: F2, 26 and 3A. RGB value is (242,38,58). Sum of RGB (Red+Green+Blue) = 242+38+58=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2263A is #0DD9C5. Grayscale: #656565. Windows color (decimal): -907718 or 3811058. OLE color: 3811058.

HSL color Cylindrical-coordinate representation of color #F2263A: hue angle of 354.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2263A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 38 58 -
CMYK 0 0.84 0.76 0.05
HSL 354.12º 0.89% 0.55% -
HSV(B) 354.12º 0.84% 0.95% -
XYZ 38.07 20.57 5.97 -
YUV 101.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 242 38 58 0 0.84 0.76 0.05 354.12 0.89 0.55
Hex F2 26 3A 0 54 4C 5 162 59 37
Octal 362 46 72 0 124 114 5 542 131 67
Binary 11110010 100110 111010 0 1010100 1001100 101 101100010 1011001 110111

Color Harmonies of #F2263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2263A

Black with #F2263A

Text Example


Text Example

White with #F2263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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