Html Css Color HEX #F2273E Alizarin

📋 copy color: '#F2273E'

red 242 ◦ green 39 ◦ blue 62

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

Shades of Alizarin #F2273E

Tints of Alizarin #F2273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 70.55%
G = 11.37%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2273E (or 0xF2273E) is known color: Alizarin. HEX triplet: F2, 27 and 3E. RGB value is (242,39,62). Sum of RGB (Red+Green+Blue) = 242+39+62=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273E is #0DD8C1. Grayscale: #666666. Windows color (decimal): -907458 or 4073458. OLE color: 4073458.

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

Color convert

RGB 242 39 62 -
CMYK 0 0.84 0.74 0.05
HSL 353.2º 0.89% 0.55% -
HSV(B) 353.2º 0.84% 0.95% -
XYZ 38.21 20.68 6.53 -
YUV 102.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 242 39 62 0 0.84 0.74 0.05 353.2 0.89 0.55
Hex F2 27 3E 0 54 4A 5 161 59 37
Octal 362 47 76 0 124 112 5 541 131 67
Binary 11110010 100111 111110 0 1010100 1001010 101 101100001 1011001 110111

Color Harmonies of #F2273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2273E

Black with #F2273E

Text Example


Text Example

White with #F2273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2273E; }

 p { color: rgb(242,39,62); }

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

background-color css

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

 a { background-color: rgb(242,39,62); }

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

border-color css

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

 span { border-color: rgb(242,39,62); }

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