Html Css Color HEX #F23550 Amaranth

📋 copy color: '#F23550'

red 242 ◦ green 53 ◦ blue 80

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

Shades of Amaranth #F23550

Tints of Amaranth #F23550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 64.53%
G = 14.13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23550 (or 0xF23550) is known color: Amaranth. HEX triplet: F2, 35 and 50. RGB value is (242,53,80). Sum of RGB (Red+Green+Blue) = 242+53+80=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23550 is #0DCAAF. Grayscale: #707070. Windows color (decimal): -903856 or 5256690. OLE color: 5256690.

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

Color convert

RGB 242 53 80 -
CMYK 0 0.78 0.67 0.05
HSL 351.43º 0.88% 0.58% -
HSV(B) 351.43º 0.78% 0.95% -
XYZ 39.34 22 9.76 -
YUV 112.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 242 53 80 0 0.78 0.67 0.05 351.43 0.88 0.58
Hex F2 35 50 0 4E 43 5 15F 58 3A
Octal 362 65 120 0 116 103 5 537 130 72
Binary 11110010 110101 1010000 0 1001110 1000011 101 101011111 1011000 111010

Color Harmonies of #F23550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23550

Black with #F23550

Text Example


Text Example

White with #F23550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23550; }

 p { color: rgb(242,53,80); }

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

background-color css

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

 a { background-color: rgb(242,53,80); }

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

border-color css

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

 span { border-color: rgb(242,53,80); }

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