Html Css Color HEX #F2263D Alizarin

📋 copy color: '#F2263D'

red 242 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #F2263D

Tints of Alizarin #F2263D

RGB

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

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

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

R = 70.97%
G = 11.14%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2263D (or 0xF2263D) is known color: Alizarin. HEX triplet: F2, 26 and 3D. RGB value is (242,38,61). Sum of RGB (Red+Green+Blue) = 242+38+61=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2263D is #0DD9C2. Grayscale: #656565. Windows color (decimal): -907715 or 4007666. OLE color: 4007666.

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

Color convert

RGB 242 38 61 -
CMYK 0 0.84 0.75 0.05
HSL 353.24º 0.89% 0.55% -
HSV(B) 353.24º 0.84% 0.95% -
XYZ 38.15 20.6 6.38 -
YUV 101.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 242 38 61 0 0.84 0.75 0.05 353.24 0.89 0.55
Hex F2 26 3D 0 54 4B 5 161 59 37
Octal 362 46 75 0 124 113 5 541 131 67
Binary 11110010 100110 111101 0 1010100 1001011 101 101100001 1011001 110111

Color Harmonies of #F2263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2263D

Black with #F2263D

Text Example


Text Example

White with #F2263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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