Html Css Color HEX #F23F41 Alizarin

📋 copy color: '#F23F41'

red 242 ◦ green 63 ◦ blue 65

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

Shades of Alizarin #F23F41

Tints of Alizarin #F23F41

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 65.41%
G = 17.03%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23F41 (or 0xF23F41) is known color: Alizarin. HEX triplet: F2, 3F and 41. RGB value is (242,63,65). Sum of RGB (Red+Green+Blue) = 242+63+65=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F41 is #0DC0BE. Grayscale: #747474. Windows color (decimal): -901311 or 4276210. OLE color: 4276210.

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

Color convert

RGB 242 63 65 -
CMYK 0 0.74 0.73 0.05
HSL 359.33º 0.87% 0.6% -
HSV(B) 359.33º 0.74% 0.95% -
XYZ 39.35 22.81 7.33 -
YUV 116.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 242 63 65 0 0.74 0.73 0.05 359.33 0.87 0.6
Hex F2 3F 41 0 4A 49 5 167 57 3C
Octal 362 77 101 0 112 111 5 547 127 74
Binary 11110010 111111 1000001 0 1001010 1001001 101 101100111 1010111 111100

Color Harmonies of #F23F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F41

Black with #F23F41

Text Example


Text Example

White with #F23F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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