Html Css Color HEX #F03D5E Radical Red

📋 copy color: '#F03D5E'

red 240 ◦ green 61 ◦ blue 94

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

Shades of Radical Red #F03D5E

Tints of Radical Red #F03D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 60.76%
G = 15.44%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F03D5E (or 0xF03D5E) is known color: Radical Red. HEX triplet: F0, 3D and 5E. RGB value is (240,61,94). Sum of RGB (Red+Green+Blue) = 240+61+94=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D5E is #0FC2A1. Grayscale: #767676. Windows color (decimal): -1032866 or 6176240. OLE color: 6176240.

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

Color convert

RGB 240 61 94 -
CMYK 0 0.75 0.61 0.06
HSL 348.94º 0.86% 0.59% -
HSV(B) 348.94º 0.75% 0.94% -
XYZ 39.62 22.67 12.88 -
YUV 118.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 240 61 94 0 0.75 0.61 0.06 348.94 0.86 0.59
Hex F0 3D 5E 0 4B 3D 6 15D 56 3B
Octal 360 75 136 0 113 75 6 535 126 73
Binary 11110000 111101 1011110 0 1001011 111101 110 101011101 1010110 111011

Color Harmonies of #F03D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D5E

Black with #F03D5E

Text Example


Text Example

White with #F03D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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