Html Css Color HEX #F0345F Radical Red

📋 copy color: '#F0345F'

red 240 ◦ green 52 ◦ blue 95

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

Shades of Radical Red #F0345F

Tints of Radical Red #F0345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.44%

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 62.02%
G = 13.44%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0345F (or 0xF0345F) is known color: Radical Red. HEX triplet: F0, 34 and 5F. RGB value is (240,52,95). Sum of RGB (Red+Green+Blue) = 240+52+95=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0345F is #0FCBA0. Grayscale: #717171. Windows color (decimal): -1035169 or 6239472. OLE color: 6239472.

HSL color Cylindrical-coordinate representation of color #F0345F: hue angle of 346.28º 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 #F0345F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 95 -
CMYK 0 0.78 0.60 0.06
HSL 346.28º 0.86% 0.57% -
HSV(B) 346.28º 0.78% 0.94% -
XYZ 39.23 21.81 12.97 -
YUV 113.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 240 52 95 0 0.78 0.60 0.06 346.28 0.86 0.57
Hex F0 34 5F 0 4E 3C 6 15A 56 39
Octal 360 64 137 0 116 74 6 532 126 71
Binary 11110000 110100 1011111 0 1001110 111100 110 101011010 1010110 111001

Color Harmonies of #F0345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0345F

Black with #F0345F

Text Example


Text Example

White with #F0345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0345F; }

 p { color: rgb(240,52,95); }

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

background-color css

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

 a { background-color: rgb(240,52,95); }

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

border-color css

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

 span { border-color: rgb(240,52,95); }

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