Html Css Color HEX #F23150 Amaranth

📋 copy color: '#F23150'

red 242 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #F23150

Tints of Amaranth #F23150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 65.23%
G = 13.21%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23150 (or 0xF23150) is known color: Amaranth. HEX triplet: F2, 31 and 50. RGB value is (242,49,80). Sum of RGB (Red+Green+Blue) = 242+49+80=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F23150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23150 is #0DCEAF. Grayscale: #6E6E6E. Windows color (decimal): -904880 or 5255666. OLE color: 5255666.

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

Color convert

RGB 242 49 80 -
CMYK 0 0.80 0.67 0.05
HSL 350.36º 0.88% 0.57% -
HSV(B) 350.36º 0.8% 0.95% -
XYZ 39.16 21.65 9.7 -
YUV 110.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 242 49 80 0 0.80 0.67 0.05 350.36 0.88 0.57
Hex F2 31 50 0 50 43 5 15E 58 39
Octal 362 61 120 0 120 103 5 536 130 71
Binary 11110010 110001 1010000 0 1010000 1000011 101 101011110 1011000 111001

Color Harmonies of #F23150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23150

Black with #F23150

Text Example


Text Example

White with #F23150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23150; }

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

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

background-color css

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

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

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

border-color css

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

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

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