Html Css Color HEX #F0485E Radical Red

📋 copy color: '#F0485E'

red 240 ◦ green 72 ◦ blue 94

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

Shades of Radical Red #F0485E

Tints of Radical Red #F0485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 59.11%
G = 17.73%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0485E (or 0xF0485E) is known color: Radical Red. HEX triplet: F0, 48 and 5E. RGB value is (240,72,94). Sum of RGB (Red+Green+Blue) = 240+72+94=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0485E is #0FB7A1. Grayscale: #7C7C7C. Windows color (decimal): -1030050 or 6179056. OLE color: 6179056.

HSL color Cylindrical-coordinate representation of color #F0485E: hue angle of 352.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0485E is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 94 -
CMYK 0 0.7 0.61 0.06
HSL 352.14º 0.85% 0.61% -
HSV(B) 352.14º 0.7% 0.94% -
XYZ 40.27 23.97 13.09 -
YUV 124.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 240 72 94 0 0.7 0.61 0.06 352.14 0.85 0.61
Hex F0 48 5E 0 46 3D 6 160 55 3D
Octal 360 110 136 0 106 75 6 540 125 75
Binary 11110000 1001000 1011110 0 1000110 111101 110 101100000 1010101 111101

Color Harmonies of #F0485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0485E

Black with #F0485E

Text Example


Text Example

White with #F0485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0485E; }

 p { color: rgb(240,72,94); }

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

background-color css

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

 a { background-color: rgb(240,72,94); }

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

border-color css

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

 span { border-color: rgb(240,72,94); }

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