Html Css Color HEX #F33242 Amaranth

📋 copy color: '#F33242'

red 243 ◦ green 50 ◦ blue 66

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

Shades of Amaranth #F33242

Tints of Amaranth #F33242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 67.69%
G = 13.93%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F33242 (or 0xF33242) is known color: Amaranth. HEX triplet: F3, 32 and 42. RGB value is (243,50,66). Sum of RGB (Red+Green+Blue) = 243+50+66=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F33242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33242 is #0CCDBD. Grayscale: #6D6D6D. Windows color (decimal): -839102 or 4338419. OLE color: 4338419.

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

Color convert

RGB 243 50 66 -
CMYK 0 0.79 0.73 0.05
HSL 355.03º 0.89% 0.57% -
HSV(B) 355.03º 0.79% 0.95% -
XYZ 39.09 21.73 7.29 -
YUV 109.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 243 50 66 0 0.79 0.73 0.05 355.03 0.89 0.57
Hex F3 32 42 0 4F 49 5 163 59 39
Octal 363 62 102 0 117 111 5 543 131 71
Binary 11110011 110010 1000010 0 1001111 1001001 101 101100011 1011001 111001

Color Harmonies of #F33242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33242

Black with #F33242

Text Example


Text Example

White with #F33242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33242; }

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

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

background-color css

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

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

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

border-color css

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

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

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