Html Css Color HEX #F03560 Radical Red

📋 copy color: '#F03560'

red 240 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #F03560

Tints of Radical Red #F03560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.62%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 61.7%
G = 13.62%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F03560 (or 0xF03560) is known color: Radical Red. HEX triplet: F0, 35 and 60. RGB value is (240,53,96). Sum of RGB (Red+Green+Blue) = 240+53+96=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03560 is #0FCA9F. Grayscale: #717171. Windows color (decimal): -1034912 or 6305264. OLE color: 6305264.

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

Color convert

RGB 240 53 96 -
CMYK 0 0.78 0.6 0.06
HSL 346.2º 0.86% 0.57% -
HSV(B) 346.2º 0.78% 0.94% -
XYZ 39.32 21.92 13.22 -
YUV 113.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 240 53 96 0 0.78 0.6 0.06 346.2 0.86 0.57
Hex F0 35 60 0 4E 3C 6 15A 56 39
Octal 360 65 140 0 116 74 6 532 126 71
Binary 11110000 110101 1100000 0 1001110 111100 110 101011010 1010110 111001

Color Harmonies of #F03560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03560

Black with #F03560

Text Example


Text Example

White with #F03560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03560; }

 p { color: rgb(240,53,96); }

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

background-color css

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

 a { background-color: rgb(240,53,96); }

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

border-color css

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

 span { border-color: rgb(240,53,96); }

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