Html Css Color HEX #F23451 Amaranth

📋 copy color: '#F23451'

red 242 ◦ green 52 ◦ blue 81

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

Shades of Amaranth #F23451

Tints of Amaranth #F23451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 64.53%
G = 13.87%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F23451 (or 0xF23451) is known color: Amaranth. HEX triplet: F2, 34 and 51. RGB value is (242,52,81). Sum of RGB (Red+Green+Blue) = 242+52+81=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F23451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23451 is #0DCBAE. Grayscale: #707070. Windows color (decimal): -904111 or 5321970. OLE color: 5321970.

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

Color convert

RGB 242 52 81 -
CMYK 0 0.79 0.67 0.05
HSL 350.84º 0.88% 0.58% -
HSV(B) 350.84º 0.79% 0.95% -
XYZ 39.33 21.93 9.94 -
YUV 112.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 242 52 81 0 0.79 0.67 0.05 350.84 0.88 0.58
Hex F2 34 51 0 4F 43 5 15F 58 3A
Octal 362 64 121 0 117 103 5 537 130 72
Binary 11110010 110100 1010001 0 1001111 1000011 101 101011111 1011000 111010

Color Harmonies of #F23451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23451

Black with #F23451

Text Example


Text Example

White with #F23451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23451; }

 p { color: rgb(242,52,81); }

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

background-color css

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

 a { background-color: rgb(242,52,81); }

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

border-color css

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

 span { border-color: rgb(242,52,81); }

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