Html Css Color HEX #F03D5A Radical Red

📋 copy color: '#F03D5A'

red 240 ◦ green 61 ◦ blue 90

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

Shades of Radical Red #F03D5A

Tints of Radical Red #F03D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 61.38%
G = 15.6%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F03D5A (or 0xF03D5A) is known color: Radical Red. HEX triplet: F0, 3D and 5A. RGB value is (240,61,90). Sum of RGB (Red+Green+Blue) = 240+61+90=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D5A is #0FC2A5. Grayscale: #757575. Windows color (decimal): -1032870 or 5914096. OLE color: 5914096.

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

Color convert

RGB 240 61 90 -
CMYK 0 0.75 0.62 0.06
HSL 350.28º 0.86% 0.59% -
HSV(B) 350.28º 0.75% 0.94% -
XYZ 39.45 22.6 11.96 -
YUV 117.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 240 61 90 0 0.75 0.62 0.06 350.28 0.86 0.59
Hex F0 3D 5A 0 4B 3E 6 15E 56 3B
Octal 360 75 132 0 113 76 6 536 126 73
Binary 11110000 111101 1011010 0 1001011 111110 110 101011110 1010110 111011

Color Harmonies of #F03D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D5A

Black with #F03D5A

Text Example


Text Example

White with #F03D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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