Html Css Color HEX #F23254 Amaranth

📋 copy color: '#F23254'

red 242 ◦ green 50 ◦ blue 84

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

Shades of Amaranth #F23254

Tints of Amaranth #F23254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 64.36%
G = 13.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F23254 (or 0xF23254) is known color: Amaranth. HEX triplet: F2, 32 and 54. RGB value is (242,50,84). Sum of RGB (Red+Green+Blue) = 242+50+84=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F23254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23254 is #0DCDAB. Grayscale: #6F6F6F. Windows color (decimal): -904620 or 5518066. OLE color: 5518066.

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

Color convert

RGB 242 50 84 -
CMYK 0 0.79 0.65 0.05
HSL 349.38º 0.88% 0.57% -
HSV(B) 349.38º 0.79% 0.95% -
XYZ 39.36 21.8 10.52 -
YUV 111.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 242 50 84 0 0.79 0.65 0.05 349.38 0.88 0.57
Hex F2 32 54 0 4F 41 5 15D 58 39
Octal 362 62 124 0 117 101 5 535 130 71
Binary 11110010 110010 1010100 0 1001111 1000001 101 101011101 1011000 111001

Color Harmonies of #F23254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23254

Black with #F23254

Text Example


Text Example

White with #F23254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23254; }

 p { color: rgb(242,50,84); }

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

background-color css

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

 a { background-color: rgb(242,50,84); }

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

border-color css

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

 span { border-color: rgb(242,50,84); }

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