Html Css Color HEX #F04C61 Radical Red

📋 copy color: '#F04C61'

red 240 ◦ green 76 ◦ blue 97

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

Shades of Radical Red #F04C61

Tints of Radical Red #F04C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 58.11%
G = 18.4%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F04C61 (or 0xF04C61) is known color: Radical Red. HEX triplet: F0, 4C and 61. RGB value is (240,76,97). Sum of RGB (Red+Green+Blue) = 240+76+97=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C61 is #0FB39E. Grayscale: #7F7F7F. Windows color (decimal): -1029023 or 6376688. OLE color: 6376688.

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

Color convert

RGB 240 76 97 -
CMYK 0 0.68 0.60 0.06
HSL 352.32º 0.85% 0.62% -
HSV(B) 352.32º 0.68% 0.94% -
XYZ 40.68 24.56 13.91 -
YUV 127.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 240 76 97 0 0.68 0.60 0.06 352.32 0.85 0.62
Hex F0 4C 61 0 44 3C 6 160 55 3E
Octal 360 114 141 0 104 74 6 540 125 76
Binary 11110000 1001100 1100001 0 1000100 111100 110 101100000 1010101 111110

Color Harmonies of #F04C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C61

Black with #F04C61

Text Example


Text Example

White with #F04C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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