Html Css Color HEX #F04C5D Radical Red

📋 copy color: '#F04C5D'

red 240 ◦ green 76 ◦ blue 93

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

Shades of Radical Red #F04C5D

Tints of Radical Red #F04C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 58.68%
G = 18.58%
B = 22.74%

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

#F04C5D (or 0xF04C5D) is known color: Radical Red. HEX triplet: F0, 4C and 5D. RGB value is (240,76,93). Sum of RGB (Red+Green+Blue) = 240+76+93=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C5D is #0FB3A2. Grayscale: #7F7F7F. Windows color (decimal): -1029027 or 6114544. OLE color: 6114544.

HSL color Cylindrical-coordinate representation of color #F04C5D: hue angle of 353.78º degrees, saturation: 0.85, 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 #F04C5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 93 -
CMYK 0 0.68 0.61 0.06
HSL 353.78º 0.85% 0.62% -
HSV(B) 353.78º 0.68% 0.94% -
XYZ 40.5 24.48 12.95 -
YUV 126.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 240 76 93 0 0.68 0.61 0.06 353.78 0.85 0.62
Hex F0 4C 5D 0 44 3D 6 162 55 3E
Octal 360 114 135 0 104 75 6 542 125 76
Binary 11110000 1001100 1011101 0 1000100 111101 110 101100010 1010101 111110

Color Harmonies of #F04C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C5D

Black with #F04C5D

Text Example


Text Example

White with #F04C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C5D; }

 p { color: rgb(240,76,93); }

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

background-color css

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

 a { background-color: rgb(240,76,93); }

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

border-color css

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

 span { border-color: rgb(240,76,93); }

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