Html Css Color HEX #F03C58 Radical Red

📋 copy color: '#F03C58'

red 240 ◦ green 60 ◦ blue 88

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

Shades of Radical Red #F03C58

Tints of Radical Red #F03C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.46%

 BLUE value IS 88 (34.77% from 255) = 22.68%

R = 61.86%
G = 15.46%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03C58 (or 0xF03C58) is known color: Radical Red. HEX triplet: F0, 3C and 58. RGB value is (240,60,88). Sum of RGB (Red+Green+Blue) = 240+60+88=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C58 is #0FC3A7. Grayscale: #757575. Windows color (decimal): -1033128 or 5782768. OLE color: 5782768.

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

Color convert

RGB 240 60 88 -
CMYK 0 0.75 0.63 0.06
HSL 350.67º 0.86% 0.59% -
HSV(B) 350.67º 0.75% 0.94% -
XYZ 39.31 22.46 11.5 -
YUV 117.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 240 60 88 0 0.75 0.63 0.06 350.67 0.86 0.59
Hex F0 3C 58 0 4B 3F 6 15F 56 3B
Octal 360 74 130 0 113 77 6 537 126 73
Binary 11110000 111100 1011000 0 1001011 111111 110 101011111 1010110 111011

Color Harmonies of #F03C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C58

Black with #F03C58

Text Example


Text Example

White with #F03C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C58; }

 p { color: rgb(240,60,88); }

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

background-color css

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

 a { background-color: rgb(240,60,88); }

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

border-color css

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

 span { border-color: rgb(240,60,88); }

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