Html Css Color HEX #F23950 Amaranth

📋 copy color: '#F23950'

red 242 ◦ green 57 ◦ blue 80

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

Shades of Amaranth #F23950

Tints of Amaranth #F23950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

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

R = 63.85%
G = 15.04%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23950 (or 0xF23950) is known color: Amaranth. HEX triplet: F2, 39 and 50. RGB value is (242,57,80). Sum of RGB (Red+Green+Blue) = 242+57+80=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F23950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23950 is #0DC6AF. Grayscale: #737373. Windows color (decimal): -902832 or 5257714. OLE color: 5257714.

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

Color convert

RGB 242 57 80 -
CMYK 0 0.76 0.67 0.05
HSL 352.54º 0.88% 0.59% -
HSV(B) 352.54º 0.76% 0.95% -
XYZ 39.53 22.38 9.83 -
YUV 114.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 242 57 80 0 0.76 0.67 0.05 352.54 0.88 0.59
Hex F2 39 50 0 4C 43 5 161 58 3B
Octal 362 71 120 0 114 103 5 541 130 73
Binary 11110010 111001 1010000 0 1001100 1000011 101 101100001 1011000 111011

Color Harmonies of #F23950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23950

Black with #F23950

Text Example


Text Example

White with #F23950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23950; }

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

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

background-color css

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

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

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

border-color css

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

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

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