Html Css Color HEX #F2303D Alizarin

📋 copy color: '#F2303D'

red 242 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #F2303D

Tints of Alizarin #F2303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 68.95%
G = 13.68%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2303D (or 0xF2303D) is known color: Alizarin. HEX triplet: F2, 30 and 3D. RGB value is (242,48,61). Sum of RGB (Red+Green+Blue) = 242+48+61=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2303D is #0DCFC2. Grayscale: #6B6B6B. Windows color (decimal): -905155 or 4010226. OLE color: 4010226.

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

Color convert

RGB 242 48 61 -
CMYK 0 0.80 0.75 0.05
HSL 355.98º 0.88% 0.57% -
HSV(B) 355.98º 0.8% 0.95% -
XYZ 38.52 21.33 6.5 -
YUV 107.49 101.77 223.94 -
System Red Green Blue C M Y K H S L
Decimal 242 48 61 0 0.80 0.75 0.05 355.98 0.88 0.57
Hex F2 30 3D 0 50 4B 5 164 58 39
Octal 362 60 75 0 120 113 5 544 130 71
Binary 11110010 110000 111101 0 1010000 1001011 101 101100100 1011000 111001

Color Harmonies of #F2303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2303D

Black with #F2303D

Text Example


Text Example

White with #F2303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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