Html Css Color HEX #F23152 Amaranth

📋 copy color: '#F23152'

red 242 ◦ green 49 ◦ blue 82

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

Shades of Amaranth #F23152

Tints of Amaranth #F23152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 64.88%
G = 13.14%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23152 (or 0xF23152) is known color: Amaranth. HEX triplet: F2, 31 and 52. RGB value is (242,49,82). Sum of RGB (Red+Green+Blue) = 242+49+82=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F23152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23152 is #0DCEAD. Grayscale: #6E6E6E. Windows color (decimal): -904878 or 5386738. OLE color: 5386738.

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

Color convert

RGB 242 49 82 -
CMYK 0 0.80 0.66 0.05
HSL 349.74º 0.88% 0.57% -
HSV(B) 349.74º 0.8% 0.95% -
XYZ 39.24 21.68 10.1 -
YUV 110.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 242 49 82 0 0.80 0.66 0.05 349.74 0.88 0.57
Hex F2 31 52 0 50 42 5 15E 58 39
Octal 362 61 122 0 120 102 5 536 130 71
Binary 11110010 110001 1010010 0 1010000 1000010 101 101011110 1011000 111001

Color Harmonies of #F23152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23152

Black with #F23152

Text Example


Text Example

White with #F23152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23152; }

 p { color: rgb(242,49,82); }

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

background-color css

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

 a { background-color: rgb(242,49,82); }

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

border-color css

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

 span { border-color: rgb(242,49,82); }

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