Html Css Color HEX #F03A63 Radical Red

📋 copy color: '#F03A63'

red 240 ◦ green 58 ◦ blue 99

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

Shades of Radical Red #F03A63

Tints of Radical Red #F03A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 60.45%
G = 14.61%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F03A63 (or 0xF03A63) is known color: Radical Red. HEX triplet: F0, 3A and 63. RGB value is (240,58,99). Sum of RGB (Red+Green+Blue) = 240+58+99=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03A63 is #0FC59C. Grayscale: #757575. Windows color (decimal): -1033629 or 6503152. OLE color: 6503152.

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

Color convert

RGB 240 58 99 -
CMYK 0 0.76 0.59 0.06
HSL 346.48º 0.86% 0.58% -
HSV(B) 346.48º 0.76% 0.94% -
XYZ 39.7 22.45 14.05 -
YUV 117.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 240 58 99 0 0.76 0.59 0.06 346.48 0.86 0.58
Hex F0 3A 63 0 4C 3B 6 15A 56 3A
Octal 360 72 143 0 114 73 6 532 126 72
Binary 11110000 111010 1100011 0 1001100 111011 110 101011010 1010110 111010

Color Harmonies of #F03A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A63

Black with #F03A63

Text Example


Text Example

White with #F03A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A63; }

 p { color: rgb(240,58,99); }

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

background-color css

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

 a { background-color: rgb(240,58,99); }

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

border-color css

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

 span { border-color: rgb(240,58,99); }

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