Html Css Color HEX #F23B3F Alizarin

📋 copy color: '#F23B3F'

red 242 ◦ green 59 ◦ blue 63

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

Shades of Alizarin #F23B3F

Tints of Alizarin #F23B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 63 (25% from 255) = 17.31%

R = 66.48%
G = 16.21%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23B3F (or 0xF23B3F) is known color: Alizarin. HEX triplet: F2, 3B and 3F. RGB value is (242,59,63). Sum of RGB (Red+Green+Blue) = 242+59+63=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B3F is #0DC4C0. Grayscale: #727272. Windows color (decimal): -902337 or 4144114. OLE color: 4144114.

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

Color convert

RGB 242 59 63 -
CMYK 0 0.76 0.74 0.05
HSL 358.69º 0.88% 0.59% -
HSV(B) 358.69º 0.76% 0.95% -
XYZ 39.08 22.36 6.96 -
YUV 114.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 242 59 63 0 0.76 0.74 0.05 358.69 0.88 0.59
Hex F2 3B 3F 0 4C 4A 5 167 58 3B
Octal 362 73 77 0 114 112 5 547 130 73
Binary 11110010 111011 111111 0 1001100 1001010 101 101100111 1011000 111011

Color Harmonies of #F23B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B3F

Black with #F23B3F

Text Example


Text Example

White with #F23B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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