Html Css Color HEX #F0285F Amaranth

📋 copy color: '#F0285F'

red 240 ◦ green 40 ◦ blue 95

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

Shades of Amaranth #F0285F

Tints of Amaranth #F0285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 64%
G = 10.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0285F (or 0xF0285F) is known color: Amaranth. HEX triplet: F0, 28 and 5F. RGB value is (240,40,95). Sum of RGB (Red+Green+Blue) = 240+40+95=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0285F is #0FD7A0. Grayscale: #6A6A6A. Windows color (decimal): -1038241 or 6236400. OLE color: 6236400.

HSL color Cylindrical-coordinate representation of color #F0285F: hue angle of 343.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0285F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 95 -
CMYK 0 0.83 0.60 0.06
HSL 343.5º 0.87% 0.55% -
HSV(B) 343.5º 0.83% 0.94% -
XYZ 38.76 20.87 12.81 -
YUV 106.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 240 40 95 0 0.83 0.60 0.06 343.5 0.87 0.55
Hex F0 28 5F 0 53 3C 6 158 57 37
Octal 360 50 137 0 123 74 6 530 127 67
Binary 11110000 101000 1011111 0 1010011 111100 110 101011000 1010111 110111

Color Harmonies of #F0285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0285F

Black with #F0285F

Text Example


Text Example

White with #F0285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0285F; }

 p { color: rgb(240,40,95); }

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

background-color css

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

 a { background-color: rgb(240,40,95); }

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

border-color css

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

 span { border-color: rgb(240,40,95); }

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