Html Css Color HEX #F5495F Radical Red

📋 copy color: '#F5495F'

red 245 ◦ green 73 ◦ blue 95

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

Shades of Radical Red #F5495F

Tints of Radical Red #F5495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

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

R = 59.32%
G = 17.68%
B = 23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5495F (or 0xF5495F) is known color: Radical Red. HEX triplet: F5, 49 and 5F. RGB value is (245,73,95). Sum of RGB (Red+Green+Blue) = 245+73+95=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F5495F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5495F is #0AB6A0. Grayscale: #7F7F7F. Windows color (decimal): -702113 or 6244853. OLE color: 6244853.

HSL color Cylindrical-coordinate representation of color #F5495F: hue angle of 352.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5495F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 95 -
CMYK 0 0.70 0.61 0.04
HSL 352.33º 0.9% 0.62% -
HSV(B) 352.33º 0.7% 0.96% -
XYZ 42.1 25 13.43 -
YUV 126.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 245 73 95 0 0.70 0.61 0.04 352.33 0.9 0.62
Hex F5 49 5F 0 46 3D 4 160 5A 3E
Octal 365 111 137 0 106 75 4 540 132 76
Binary 11110101 1001001 1011111 0 1000110 111101 100 101100000 1011010 111110

Color Harmonies of #F5495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5495F

Black with #F5495F

Text Example


Text Example

White with #F5495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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