Html Css Color HEX #F03C65 Radical Red

📋 copy color: '#F03C65'

red 240 ◦ green 60 ◦ blue 101

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

Shades of Radical Red #F03C65

Tints of Radical Red #F03C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 59.85%
G = 14.96%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F03C65 (or 0xF03C65) is known color: Radical Red. HEX triplet: F0, 3C and 65. RGB value is (240,60,101). Sum of RGB (Red+Green+Blue) = 240+60+101=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C65 is #0FC39A. Grayscale: #767676. Windows color (decimal): -1033115 or 6634736. OLE color: 6634736.

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

Color convert

RGB 240 60 101 -
CMYK 0 0.75 0.58 0.06
HSL 346.33º 0.86% 0.59% -
HSV(B) 346.33º 0.75% 0.94% -
XYZ 39.9 22.7 14.59 -
YUV 118.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 240 60 101 0 0.75 0.58 0.06 346.33 0.86 0.59
Hex F0 3C 65 0 4B 3A 6 15A 56 3B
Octal 360 74 145 0 113 72 6 532 126 73
Binary 11110000 111100 1100101 0 1001011 111010 110 101011010 1010110 111011

Color Harmonies of #F03C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C65

Black with #F03C65

Text Example


Text Example

White with #F03C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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