Html Css Color HEX #F03C5C Radical Red

📋 copy color: '#F03C5C'

red 240 ◦ green 60 ◦ blue 92

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

Shades of Radical Red #F03C5C

Tints of Radical Red #F03C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 61.22%
G = 15.31%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F03C5C (or 0xF03C5C) is known color: Radical Red. HEX triplet: F0, 3C and 5C. RGB value is (240,60,92). Sum of RGB (Red+Green+Blue) = 240+60+92=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C5C is #0FC3A3. Grayscale: #757575. Windows color (decimal): -1033124 or 6044912. OLE color: 6044912.

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

Color convert

RGB 240 60 92 -
CMYK 0 0.75 0.62 0.06
HSL 349.33º 0.86% 0.59% -
HSV(B) 349.33º 0.75% 0.94% -
XYZ 39.48 22.53 12.39 -
YUV 117.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 240 60 92 0 0.75 0.62 0.06 349.33 0.86 0.59
Hex F0 3C 5C 0 4B 3E 6 15D 56 3B
Octal 360 74 134 0 113 76 6 535 126 73
Binary 11110000 111100 1011100 0 1001011 111110 110 101011101 1010110 111011

Color Harmonies of #F03C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C5C

Black with #F03C5C

Text Example


Text Example

White with #F03C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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