Html Css Color HEX #F01A52 Amaranth

📋 copy color: '#F01A52'

red 240 ◦ green 26 ◦ blue 82

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

Shades of Amaranth #F01A52

Tints of Amaranth #F01A52

RGB

 RED value IS 240 (94.14% from 255) = 68.97%

 GREEN value IS 26 (10.55% from 255) = 7.47%

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

R = 68.97%
G = 7.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F01A52 (or 0xF01A52) is known color: Amaranth. HEX triplet: F0, 1A and 52. RGB value is (240,26,82). Sum of RGB (Red+Green+Blue) = 240+26+82=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01A52 is #0FE5AD. Grayscale: #606060. Windows color (decimal): -1041838 or 5380848. OLE color: 5380848.

HSL color Cylindrical-coordinate representation of color #F01A52: hue angle of 344.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A52 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 26 82 -
CMYK 0 0.89 0.66 0.06
HSL 344.3º 0.88% 0.52% -
HSV(B) 344.3º 0.89% 0.94% -
XYZ 37.83 19.87 9.82 -
YUV 96.37 119.9 230.45 -
System Red Green Blue C M Y K H S L
Decimal 240 26 82 0 0.89 0.66 0.06 344.3 0.88 0.52
Hex F0 1A 52 0 59 42 6 158 58 34
Octal 360 32 122 0 131 102 6 530 130 64
Binary 11110000 11010 1010010 0 1011001 1000010 110 101011000 1011000 110100

Color Harmonies of #F01A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A52

Black with #F01A52

Text Example


Text Example

White with #F01A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A52; }

 p { color: rgb(240,26,82); }

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

background-color css

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

 a { background-color: rgb(240,26,82); }

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

border-color css

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

 span { border-color: rgb(240,26,82); }

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