Html Css Color HEX #F03051 Amaranth

📋 copy color: '#F03051'

red 240 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #F03051

Tints of Amaranth #F03051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 65.04%
G = 13.01%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F03051 (or 0xF03051) is known color: Amaranth. HEX triplet: F0, 30 and 51. RGB value is (240,48,81). Sum of RGB (Red+Green+Blue) = 240+48+81=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F03051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03051 is #0FCFAE. Grayscale: #6D6D6D. Windows color (decimal): -1036207 or 5320944. OLE color: 5320944.

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

Color convert

RGB 240 48 81 -
CMYK 0 0.8 0.66 0.06
HSL 349.69º 0.86% 0.56% -
HSV(B) 349.69º 0.8% 0.94% -
XYZ 38.48 21.23 9.86 -
YUV 109.17 112.11 221.32 -
System Red Green Blue C M Y K H S L
Decimal 240 48 81 0 0.8 0.66 0.06 349.69 0.86 0.56
Hex F0 30 51 0 50 42 6 15E 56 38
Octal 360 60 121 0 120 102 6 536 126 70
Binary 11110000 110000 1010001 0 1010000 1000010 110 101011110 1010110 111000

Color Harmonies of #F03051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03051

Black with #F03051

Text Example


Text Example

White with #F03051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03051; }

 p { color: rgb(240,48,81); }

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

background-color css

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

 a { background-color: rgb(240,48,81); }

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

border-color css

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

 span { border-color: rgb(240,48,81); }

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