Html Css Color HEX #F23652 Amaranth

📋 copy color: '#F23652'

red 242 ◦ green 54 ◦ blue 82

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

Shades of Amaranth #F23652

Tints of Amaranth #F23652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.29%

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

R = 64.02%
G = 14.29%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F23652 (or 0xF23652) is known color: Amaranth. HEX triplet: F2, 36 and 52. RGB value is (242,54,82). Sum of RGB (Red+Green+Blue) = 242+54+82=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23652 is #0DC9AD. Grayscale: #717171. Windows color (decimal): -903598 or 5388018. OLE color: 5388018.

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

Color convert

RGB 242 54 82 -
CMYK 0 0.78 0.66 0.05
HSL 351.06º 0.88% 0.58% -
HSV(B) 351.06º 0.78% 0.95% -
XYZ 39.46 22.12 10.17 -
YUV 113.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 242 54 82 0 0.78 0.66 0.05 351.06 0.88 0.58
Hex F2 36 52 0 4E 42 5 15F 58 3A
Octal 362 66 122 0 116 102 5 537 130 72
Binary 11110010 110110 1010010 0 1001110 1000010 101 101011111 1011000 111010

Color Harmonies of #F23652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23652

Black with #F23652

Text Example


Text Example

White with #F23652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23652; }

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

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

background-color css

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

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

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

border-color css

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

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

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