Html Css Color HEX #F23251 Amaranth

📋 copy color: '#F23251'

red 242 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #F23251

Tints of Amaranth #F23251

RGB

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

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

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

R = 64.88%
G = 13.4%
B = 21.72%

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

#F23251 (or 0xF23251) is known color: Amaranth. HEX triplet: F2, 32 and 51. RGB value is (242,50,81). Sum of RGB (Red+Green+Blue) = 242+50+81=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F23251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23251 is #0DCDAE. Grayscale: #6F6F6F. Windows color (decimal): -904623 or 5321458. OLE color: 5321458.

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

Color convert

RGB 242 50 81 -
CMYK 0 0.79 0.67 0.05
HSL 350.31º 0.88% 0.57% -
HSV(B) 350.31º 0.79% 0.95% -
XYZ 39.24 21.75 9.91 -
YUV 110.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 242 50 81 0 0.79 0.67 0.05 350.31 0.88 0.57
Hex F2 32 51 0 4F 43 5 15E 58 39
Octal 362 62 121 0 117 103 5 536 130 71
Binary 11110010 110010 1010001 0 1001111 1000011 101 101011110 1011000 111001

Color Harmonies of #F23251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23251

Black with #F23251

Text Example


Text Example

White with #F23251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23251; }

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

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

background-color css

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

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

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

border-color css

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

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

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