Html Css Color HEX #F23050 Amaranth

📋 copy color: '#F23050'

red 242 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #F23050

Tints of Amaranth #F23050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 65.41%
G = 12.97%
B = 21.62%

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

#F23050 (or 0xF23050) is known color: Amaranth. HEX triplet: F2, 30 and 50. RGB value is (242,48,80). Sum of RGB (Red+Green+Blue) = 242+48+80=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F23050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23050 is #0DCFAF. Grayscale: #6D6D6D. Windows color (decimal): -905136 or 5255410. OLE color: 5255410.

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

Color convert

RGB 242 48 80 -
CMYK 0 0.80 0.67 0.05
HSL 350.1º 0.88% 0.57% -
HSV(B) 350.1º 0.8% 0.95% -
XYZ 39.12 21.57 9.69 -
YUV 109.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 242 48 80 0 0.80 0.67 0.05 350.1 0.88 0.57
Hex F2 30 50 0 50 43 5 15E 58 39
Octal 362 60 120 0 120 103 5 536 130 71
Binary 11110010 110000 1010000 0 1010000 1000011 101 101011110 1011000 111001

Color Harmonies of #F23050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23050

Black with #F23050

Text Example


Text Example

White with #F23050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23050; }

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

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

background-color css

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

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

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

border-color css

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

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

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