Html Css Color HEX #F2283B Alizarin

📋 copy color: '#F2283B'

red 242 ◦ green 40 ◦ blue 59

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

Shades of Alizarin #F2283B

Tints of Alizarin #F2283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 70.97%
G = 11.73%
B = 17.3%

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

#F2283B (or 0xF2283B) is known color: Alizarin. HEX triplet: F2, 28 and 3B. RGB value is (242,40,59). Sum of RGB (Red+Green+Blue) = 242+40+59=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2283B is #0DD7C4. Grayscale: #666666. Windows color (decimal): -907205 or 3877106. OLE color: 3877106.

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

Color convert

RGB 242 40 59 -
CMYK 0 0.83 0.76 0.05
HSL 354.36º 0.89% 0.55% -
HSV(B) 354.36º 0.83% 0.95% -
XYZ 38.17 20.71 6.12 -
YUV 102.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 242 40 59 0 0.83 0.76 0.05 354.36 0.89 0.55
Hex F2 28 3B 0 53 4C 5 162 59 37
Octal 362 50 73 0 123 114 5 542 131 67
Binary 11110010 101000 111011 0 1010011 1001100 101 101100010 1011001 110111

Color Harmonies of #F2283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2283B

Black with #F2283B

Text Example


Text Example

White with #F2283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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