Html Css Color HEX #F23453 Amaranth

📋 copy color: '#F23453'

red 242 ◦ green 52 ◦ blue 83

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

Shades of Amaranth #F23453

Tints of Amaranth #F23453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 64.19%
G = 13.79%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23453 (or 0xF23453) is known color: Amaranth. HEX triplet: F2, 34 and 53. RGB value is (242,52,83). Sum of RGB (Red+Green+Blue) = 242+52+83=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23453 is #0DCBAC. Grayscale: #707070. Windows color (decimal): -904109 or 5453042. OLE color: 5453042.

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

Color convert

RGB 242 52 83 -
CMYK 0 0.79 0.66 0.05
HSL 350.21º 0.88% 0.58% -
HSV(B) 350.21º 0.79% 0.95% -
XYZ 39.41 21.96 10.34 -
YUV 112.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 242 52 83 0 0.79 0.66 0.05 350.21 0.88 0.58
Hex F2 34 53 0 4F 42 5 15E 58 3A
Octal 362 64 123 0 117 102 5 536 130 72
Binary 11110010 110100 1010011 0 1001111 1000010 101 101011110 1011000 111010

Color Harmonies of #F23453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23453

Black with #F23453

Text Example


Text Example

White with #F23453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23453; }

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

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

background-color css

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

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

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

border-color css

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

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

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