Html Css Color HEX #F03163 Radical Red

📋 copy color: '#F03163'

red 240 ◦ green 49 ◦ blue 99

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

Shades of Radical Red #F03163

Tints of Radical Red #F03163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.63%

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

R = 61.86%
G = 12.63%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F03163 (or 0xF03163) is known color: Radical Red. HEX triplet: F0, 31 and 63. RGB value is (240,49,99). Sum of RGB (Red+Green+Blue) = 240+49+99=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F03163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03163 is #0FCE9C. Grayscale: #6F6F6F. Windows color (decimal): -1035933 or 6500848. OLE color: 6500848.

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

Color convert

RGB 240 49 99 -
CMYK 0 0.80 0.59 0.06
HSL 344.29º 0.86% 0.57% -
HSV(B) 344.29º 0.8% 0.94% -
XYZ 39.29 21.62 13.91 -
YUV 111.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 240 49 99 0 0.80 0.59 0.06 344.29 0.86 0.57
Hex F0 31 63 0 50 3B 6 158 56 39
Octal 360 61 143 0 120 73 6 530 126 71
Binary 11110000 110001 1100011 0 1010000 111011 110 101011000 1010110 111001

Color Harmonies of #F03163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03163

Black with #F03163

Text Example


Text Example

White with #F03163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03163; }

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

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

background-color css

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

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

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

border-color css

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

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

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