Html Css Color HEX #F23B3E Alizarin

📋 copy color: '#F23B3E'

red 242 ◦ green 59 ◦ blue 62

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

Shades of Alizarin #F23B3E

Tints of Alizarin #F23B3E

RGB

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

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

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

R = 66.67%
G = 16.25%
B = 17.08%

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

#F23B3E (or 0xF23B3E) is known color: Alizarin. HEX triplet: F2, 3B and 3E. RGB value is (242,59,62). Sum of RGB (Red+Green+Blue) = 242+59+62=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B3E is #0DC4C1. Grayscale: #727272. Windows color (decimal): -902338 or 4078578. OLE color: 4078578.

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

Color convert

RGB 242 59 62 -
CMYK 0 0.76 0.74 0.05
HSL 359.02º 0.88% 0.59% -
HSV(B) 359.02º 0.76% 0.95% -
XYZ 39.05 22.35 6.81 -
YUV 114.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 242 59 62 0 0.76 0.74 0.05 359.02 0.88 0.59
Hex F2 3B 3E 0 4C 4A 5 167 58 3B
Octal 362 73 76 0 114 112 5 547 130 73
Binary 11110010 111011 111110 0 1001100 1001010 101 101100111 1011000 111011

Color Harmonies of #F23B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B3E

Black with #F23B3E

Text Example


Text Example

White with #F23B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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