Html Css Color HEX #F04E5E Radical Red

📋 copy color: '#F04E5E'

red 240 ◦ green 78 ◦ blue 94

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

Shades of Radical Red #F04E5E

Tints of Radical Red #F04E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.93%

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

R = 58.25%
G = 18.93%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F04E5E (or 0xF04E5E) is known color: Radical Red. HEX triplet: F0, 4E and 5E. RGB value is (240,78,94). Sum of RGB (Red+Green+Blue) = 240+78+94=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E5E is #0FB1A1. Grayscale: #808080. Windows color (decimal): -1028514 or 6180592. OLE color: 6180592.

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

Color convert

RGB 240 78 94 -
CMYK 0 0.68 0.61 0.06
HSL 354.07º 0.84% 0.62% -
HSV(B) 354.07º 0.68% 0.94% -
XYZ 40.68 24.78 13.23 -
YUV 128.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 240 78 94 0 0.68 0.61 0.06 354.07 0.84 0.62
Hex F0 4E 5E 0 44 3D 6 162 54 3E
Octal 360 116 136 0 104 75 6 542 124 76
Binary 11110000 1001110 1011110 0 1000100 111101 110 101100010 1010100 111110

Color Harmonies of #F04E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E5E

Black with #F04E5E

Text Example


Text Example

White with #F04E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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