Html Css Color HEX #F03D5D Radical Red

📋 copy color: '#F03D5D'

red 240 ◦ green 61 ◦ blue 93

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

Shades of Radical Red #F03D5D

Tints of Radical Red #F03D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 60.91%
G = 15.48%
B = 23.6%

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

#F03D5D (or 0xF03D5D) is known color: Radical Red. HEX triplet: F0, 3D and 5D. RGB value is (240,61,93). Sum of RGB (Red+Green+Blue) = 240+61+93=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D5D is #0FC2A2. Grayscale: #767676. Windows color (decimal): -1032867 or 6110704. OLE color: 6110704.

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

Color convert

RGB 240 61 93 -
CMYK 0 0.75 0.61 0.06
HSL 349.27º 0.86% 0.59% -
HSV(B) 349.27º 0.75% 0.94% -
XYZ 39.58 22.65 12.64 -
YUV 118.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 240 61 93 0 0.75 0.61 0.06 349.27 0.86 0.59
Hex F0 3D 5D 0 4B 3D 6 15D 56 3B
Octal 360 75 135 0 113 75 6 535 126 73
Binary 11110000 111101 1011101 0 1001011 111101 110 101011101 1010110 111011

Color Harmonies of #F03D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D5D

Black with #F03D5D

Text Example


Text Example

White with #F03D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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