Html Css Color HEX #F0365A Radical Red

📋 copy color: '#F0365A'

red 240 ◦ green 54 ◦ blue 90

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

Shades of Radical Red #F0365A

Tints of Radical Red #F0365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

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

R = 62.5%
G = 14.06%
B = 23.44%

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

#F0365A (or 0xF0365A) is known color: Radical Red. HEX triplet: F0, 36 and 5A. RGB value is (240,54,90). Sum of RGB (Red+Green+Blue) = 240+54+90=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0365A is #0FC9A5. Grayscale: #717171. Windows color (decimal): -1034662 or 5912304. OLE color: 5912304.

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

Color convert

RGB 240 54 90 -
CMYK 0 0.78 0.62 0.06
HSL 348.39º 0.86% 0.58% -
HSV(B) 348.39º 0.78% 0.94% -
XYZ 39.1 21.9 11.84 -
YUV 113.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 240 54 90 0 0.78 0.62 0.06 348.39 0.86 0.58
Hex F0 36 5A 0 4E 3E 6 15C 56 3A
Octal 360 66 132 0 116 76 6 534 126 72
Binary 11110000 110110 1011010 0 1001110 111110 110 101011100 1010110 111010

Color Harmonies of #F0365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0365A

Black with #F0365A

Text Example


Text Example

White with #F0365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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