Html Css Color HEX #F04C5B Radical Red

📋 copy color: '#F04C5B'

red 240 ◦ green 76 ◦ blue 91

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

Shades of Radical Red #F04C5B

Tints of Radical Red #F04C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 58.97%
G = 18.67%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F04C5B (or 0xF04C5B) is known color: Radical Red. HEX triplet: F0, 4C and 5B. RGB value is (240,76,91). Sum of RGB (Red+Green+Blue) = 240+76+91=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C5B is #0FB3A4. Grayscale: #7E7E7E. Windows color (decimal): -1029029 or 5983472. OLE color: 5983472.

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

Color convert

RGB 240 76 91 -
CMYK 0 0.68 0.62 0.06
HSL 354.51º 0.85% 0.62% -
HSV(B) 354.51º 0.68% 0.94% -
XYZ 40.41 24.45 12.49 -
YUV 126.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 240 76 91 0 0.68 0.62 0.06 354.51 0.85 0.62
Hex F0 4C 5B 0 44 3E 6 163 55 3E
Octal 360 114 133 0 104 76 6 543 125 76
Binary 11110000 1001100 1011011 0 1000100 111110 110 101100011 1010101 111110

Color Harmonies of #F04C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C5B

Black with #F04C5B

Text Example


Text Example

White with #F04C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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