Html Css Color HEX #F5205F Radical Red

📋 copy color: '#F5205F'

red 245 ◦ green 32 ◦ blue 95

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

Shades of Radical Red #F5205F

Tints of Radical Red #F5205F

RGB

 RED value IS 245 (96.09% from 255) = 65.86%

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 65.86%
G = 8.6%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5205F (or 0xF5205F) is known color: Radical Red. HEX triplet: F5, 20 and 5F. RGB value is (245,32,95). Sum of RGB (Red+Green+Blue) = 245+32+95=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5205F is #0ADFA0. Grayscale: #666666. Windows color (decimal): -712609 or 6234357. OLE color: 6234357.

HSL color Cylindrical-coordinate representation of color #F5205F: hue angle of 342.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5205F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 95 -
CMYK 0 0.87 0.61 0.04
HSL 342.25º 0.91% 0.54% -
HSV(B) 342.25º 0.87% 0.96% -
XYZ 40.24 21.27 12.81 -
YUV 102.87 123.57 229.38 -
System Red Green Blue C M Y K H S L
Decimal 245 32 95 0 0.87 0.61 0.04 342.25 0.91 0.54
Hex F5 20 5F 0 57 3D 4 156 5B 36
Octal 365 40 137 0 127 75 4 526 133 66
Binary 11110101 100000 1011111 0 1010111 111101 100 101010110 1011011 110110

Color Harmonies of #F5205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5205F

Black with #F5205F

Text Example


Text Example

White with #F5205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5205F; }

 p { color: rgb(245,32,95); }

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

background-color css

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

 a { background-color: rgb(245,32,95); }

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

border-color css

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

 span { border-color: rgb(245,32,95); }

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