Html Css Color HEX #F23650 Amaranth

📋 copy color: '#F23650'

red 242 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #F23650

Tints of Amaranth #F23650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.36%

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

R = 64.36%
G = 14.36%
B = 21.28%

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

#F23650 (or 0xF23650) is known color: Amaranth. HEX triplet: F2, 36 and 50. RGB value is (242,54,80). Sum of RGB (Red+Green+Blue) = 242+54+80=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F23650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23650 is #0DC9AF. Grayscale: #717171. Windows color (decimal): -903600 or 5256946. OLE color: 5256946.

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

Color convert

RGB 242 54 80 -
CMYK 0 0.78 0.67 0.05
HSL 351.7º 0.88% 0.58% -
HSV(B) 351.7º 0.78% 0.95% -
XYZ 39.39 22.09 9.78 -
YUV 113.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 242 54 80 0 0.78 0.67 0.05 351.7 0.88 0.58
Hex F2 36 50 0 4E 43 5 160 58 3A
Octal 362 66 120 0 116 103 5 540 130 72
Binary 11110010 110110 1010000 0 1001110 1000011 101 101100000 1011000 111010

Color Harmonies of #F23650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23650

Black with #F23650

Text Example


Text Example

White with #F23650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23650; }

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

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

background-color css

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

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

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

border-color css

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

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

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