Html Css Color HEX #F23452 Amaranth

📋 copy color: '#F23452'

red 242 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #F23452

Tints of Amaranth #F23452

RGB

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

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

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

R = 64.36%
G = 13.83%
B = 21.81%

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

#F23452 (or 0xF23452) is known color: Amaranth. HEX triplet: F2, 34 and 52. RGB value is (242,52,82). Sum of RGB (Red+Green+Blue) = 242+52+82=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F23452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23452 is #0DCBAD. Grayscale: #707070. Windows color (decimal): -904110 or 5387506. OLE color: 5387506.

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

Color convert

RGB 242 52 82 -
CMYK 0 0.79 0.66 0.05
HSL 350.53º 0.88% 0.58% -
HSV(B) 350.53º 0.79% 0.95% -
XYZ 39.37 21.94 10.14 -
YUV 112.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 242 52 82 0 0.79 0.66 0.05 350.53 0.88 0.58
Hex F2 34 52 0 4F 42 5 15F 58 3A
Octal 362 64 122 0 117 102 5 537 130 72
Binary 11110010 110100 1010010 0 1001111 1000010 101 101011111 1011000 111010

Color Harmonies of #F23452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23452

Black with #F23452

Text Example


Text Example

White with #F23452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23452; }

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

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

background-color css

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

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

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

border-color css

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

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

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