Html Css Color HEX #F2283A Alizarin

📋 copy color: '#F2283A'

red 242 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #F2283A

Tints of Alizarin #F2283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 71.18%
G = 11.76%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2283A (or 0xF2283A) is known color: Alizarin. HEX triplet: F2, 28 and 3A. RGB value is (242,40,58). Sum of RGB (Red+Green+Blue) = 242+40+58=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2283A is #0DD7C5. Grayscale: #666666. Windows color (decimal): -907206 or 3811570. OLE color: 3811570.

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

Color convert

RGB 242 40 58 -
CMYK 0 0.83 0.76 0.05
HSL 354.65º 0.89% 0.55% -
HSV(B) 354.65º 0.83% 0.95% -
XYZ 38.14 20.7 5.99 -
YUV 102.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 242 40 58 0 0.83 0.76 0.05 354.65 0.89 0.55
Hex F2 28 3A 0 53 4C 5 163 59 37
Octal 362 50 72 0 123 114 5 543 131 67
Binary 11110010 101000 111010 0 1010011 1001100 101 101100011 1011001 110111

Color Harmonies of #F2283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2283A

Black with #F2283A

Text Example


Text Example

White with #F2283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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