Html Css Color HEX #F03359 Radical Red

📋 copy color: '#F03359'

red 240 ◦ green 51 ◦ blue 89

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

Shades of Radical Red #F03359

Tints of Radical Red #F03359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.42%

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 63.16%
G = 13.42%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03359 (or 0xF03359) is known color: Radical Red. HEX triplet: F0, 33 and 59. RGB value is (240,51,89). Sum of RGB (Red+Green+Blue) = 240+51+89=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F03359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03359 is #0FCCA6. Grayscale: #6F6F6F. Windows color (decimal): -1035431 or 5846000. OLE color: 5846000.

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

Color convert

RGB 240 51 89 -
CMYK 0 0.79 0.63 0.06
HSL 347.94º 0.86% 0.57% -
HSV(B) 347.94º 0.79% 0.94% -
XYZ 38.92 21.61 11.57 -
YUV 111.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 240 51 89 0 0.79 0.63 0.06 347.94 0.86 0.57
Hex F0 33 59 0 4F 3F 6 15C 56 39
Octal 360 63 131 0 117 77 6 534 126 71
Binary 11110000 110011 1011001 0 1001111 111111 110 101011100 1010110 111001

Color Harmonies of #F03359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03359

Black with #F03359

Text Example


Text Example

White with #F03359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03359; }

 p { color: rgb(240,51,89); }

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

background-color css

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

 a { background-color: rgb(240,51,89); }

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

border-color css

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

 span { border-color: rgb(240,51,89); }

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