Html Css Color HEX #F03D59 Radical Red

📋 copy color: '#F03D59'

red 240 ◦ green 61 ◦ blue 89

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

Shades of Radical Red #F03D59

Tints of Radical Red #F03D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

 BLUE value IS 89 (35.16% from 255) = 22.82%

R = 61.54%
G = 15.64%
B = 22.82%

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

#F03D59 (or 0xF03D59) is known color: Radical Red. HEX triplet: F0, 3D and 59. RGB value is (240,61,89). Sum of RGB (Red+Green+Blue) = 240+61+89=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D59 is #0FC2A6. Grayscale: #757575. Windows color (decimal): -1032871 or 5848560. OLE color: 5848560.

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

Color convert

RGB 240 61 89 -
CMYK 0 0.75 0.63 0.06
HSL 350.61º 0.86% 0.59% -
HSV(B) 350.61º 0.75% 0.94% -
XYZ 39.41 22.58 11.73 -
YUV 117.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 240 61 89 0 0.75 0.63 0.06 350.61 0.86 0.59
Hex F0 3D 59 0 4B 3F 6 15F 56 3B
Octal 360 75 131 0 113 77 6 537 126 73
Binary 11110000 111101 1011001 0 1001011 111111 110 101011111 1010110 111011

Color Harmonies of #F03D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D59

Black with #F03D59

Text Example


Text Example

White with #F03D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D59; }

 p { color: rgb(240,61,89); }

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

background-color css

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

 a { background-color: rgb(240,61,89); }

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

border-color css

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

 span { border-color: rgb(240,61,89); }

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