Html Css Color HEX #F0355B Radical Red

📋 copy color: '#F0355B'

red 240 ◦ green 53 ◦ blue 91

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

Shades of Radical Red #F0355B

Tints of Radical Red #F0355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 62.5%
G = 13.8%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0355B (or 0xF0355B) is known color: Radical Red. HEX triplet: F0, 35 and 5B. RGB value is (240,53,91). Sum of RGB (Red+Green+Blue) = 240+53+91=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0355B is #0FCAA4. Grayscale: #717171. Windows color (decimal): -1034917 or 5977584. OLE color: 5977584.

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

Color convert

RGB 240 53 91 -
CMYK 0 0.78 0.62 0.06
HSL 347.81º 0.86% 0.57% -
HSV(B) 347.81º 0.78% 0.94% -
XYZ 39.1 21.83 12.05 -
YUV 113.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 240 53 91 0 0.78 0.62 0.06 347.81 0.86 0.57
Hex F0 35 5B 0 4E 3E 6 15C 56 39
Octal 360 65 133 0 116 76 6 534 126 71
Binary 11110000 110101 1011011 0 1001110 111110 110 101011100 1010110 111001

Color Harmonies of #F0355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0355B

Black with #F0355B

Text Example


Text Example

White with #F0355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0355B; }

 p { color: rgb(240,53,91); }

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

background-color css

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

 a { background-color: rgb(240,53,91); }

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

border-color css

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

 span { border-color: rgb(240,53,91); }

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