Html Css Color HEX #F32742 Alizarin

📋 copy color: '#F32742'

red 243 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #F32742

Tints of Alizarin #F32742

RGB

 RED value IS 243 (95.31% from 255) = 69.83%

 GREEN value IS 39 (15.63% from 255) = 11.21%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 69.83%
G = 11.21%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F32742 (or 0xF32742) is known color: Alizarin. HEX triplet: F3, 27 and 42. RGB value is (243,39,66). Sum of RGB (Red+Green+Blue) = 243+39+66=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32742 is #0CD8BD. Grayscale: #676767. Windows color (decimal): -841918 or 4335603. OLE color: 4335603.

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

Color convert

RGB 243 39 66 -
CMYK 0 0.84 0.73 0.05
HSL 352.06º 0.89% 0.55% -
HSV(B) 352.06º 0.84% 0.95% -
XYZ 38.67 20.9 7.15 -
YUV 103.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 243 39 66 0 0.84 0.73 0.05 352.06 0.89 0.55
Hex F3 27 42 0 54 49 5 160 59 37
Octal 363 47 102 0 124 111 5 540 131 67
Binary 11110011 100111 1000010 0 1010100 1001001 101 101100000 1011001 110111

Color Harmonies of #F32742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32742

Black with #F32742

Text Example


Text Example

White with #F32742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32742; }

 p { color: rgb(243,39,66); }

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

background-color css

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

 a { background-color: rgb(243,39,66); }

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

border-color css

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

 span { border-color: rgb(243,39,66); }

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