Html Css Color HEX #F03358 Amaranth

📋 copy color: '#F03358'

red 240 ◦ green 51 ◦ blue 88

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

Shades of Amaranth #F03358

Tints of Amaranth #F03358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 63.32%
G = 13.46%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03358 (or 0xF03358) is known color: Amaranth. HEX triplet: F0, 33 and 58. RGB value is (240,51,88). Sum of RGB (Red+Green+Blue) = 240+51+88=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F03358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03358 is #0FCCA7. Grayscale: #6F6F6F. Windows color (decimal): -1035432 or 5780464. OLE color: 5780464.

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

Color convert

RGB 240 51 88 -
CMYK 0 0.79 0.63 0.06
HSL 348.25º 0.86% 0.57% -
HSV(B) 348.25º 0.79% 0.94% -
XYZ 38.88 21.6 11.35 -
YUV 111.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 240 51 88 0 0.79 0.63 0.06 348.25 0.86 0.57
Hex F0 33 58 0 4F 3F 6 15C 56 39
Octal 360 63 130 0 117 77 6 534 126 71
Binary 11110000 110011 1011000 0 1001111 111111 110 101011100 1010110 111001

Color Harmonies of #F03358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03358

Black with #F03358

Text Example


Text Example

White with #F03358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03358; }

 p { color: rgb(240,51,88); }

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

background-color css

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

 a { background-color: rgb(240,51,88); }

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

border-color css

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

 span { border-color: rgb(240,51,88); }

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