Html Css Color HEX #F03257 Amaranth

📋 copy color: '#F03257'

red 240 ◦ green 50 ◦ blue 87

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

Shades of Amaranth #F03257

Tints of Amaranth #F03257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 63.66%
G = 13.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F03257 (or 0xF03257) is known color: Amaranth. HEX triplet: F0, 32 and 57. RGB value is (240,50,87). Sum of RGB (Red+Green+Blue) = 240+50+87=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03257 is #0FCDA8. Grayscale: #6F6F6F. Windows color (decimal): -1035689 or 5714672. OLE color: 5714672.

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

Color convert

RGB 240 50 87 -
CMYK 0 0.79 0.64 0.06
HSL 348.32º 0.86% 0.57% -
HSV(B) 348.32º 0.79% 0.94% -
XYZ 38.8 21.49 11.12 -
YUV 111.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 240 50 87 0 0.79 0.64 0.06 348.32 0.86 0.57
Hex F0 32 57 0 4F 40 6 15C 56 39
Octal 360 62 127 0 117 100 6 534 126 71
Binary 11110000 110010 1010111 0 1001111 1000000 110 101011100 1010110 111001

Color Harmonies of #F03257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03257

Black with #F03257

Text Example


Text Example

White with #F03257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03257; }

 p { color: rgb(240,50,87); }

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

background-color css

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

 a { background-color: rgb(240,50,87); }

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

border-color css

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

 span { border-color: rgb(240,50,87); }

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