Html Css Color HEX #F0395E Radical Red

📋 copy color: '#F0395E'

red 240 ◦ green 57 ◦ blue 94

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

Shades of Radical Red #F0395E

Tints of Radical Red #F0395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 61.38%
G = 14.58%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0395E (or 0xF0395E) is known color: Radical Red. HEX triplet: F0, 39 and 5E. RGB value is (240,57,94). Sum of RGB (Red+Green+Blue) = 240+57+94=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0395E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0395E is #0FC6A1. Grayscale: #737373. Windows color (decimal): -1033890 or 6175216. OLE color: 6175216.

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

Color convert

RGB 240 57 94 -
CMYK 0 0.76 0.61 0.06
HSL 347.87º 0.86% 0.58% -
HSV(B) 347.87º 0.76% 0.94% -
XYZ 39.42 22.26 12.81 -
YUV 115.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 240 57 94 0 0.76 0.61 0.06 347.87 0.86 0.58
Hex F0 39 5E 0 4C 3D 6 15C 56 3A
Octal 360 71 136 0 114 75 6 534 126 72
Binary 11110000 111001 1011110 0 1001100 111101 110 101011100 1010110 111010

Color Harmonies of #F0395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0395E

Black with #F0395E

Text Example


Text Example

White with #F0395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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