Html Css Color HEX #F5495C Radical Red

📋 copy color: '#F5495C'

red 245 ◦ green 73 ◦ blue 92

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

Shades of Radical Red #F5495C

Tints of Radical Red #F5495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 59.76%
G = 17.8%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5495C (or 0xF5495C) is known color: Radical Red. HEX triplet: F5, 49 and 5C. RGB value is (245,73,92). Sum of RGB (Red+Green+Blue) = 245+73+92=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5495C is #0AB6A3. Grayscale: #7E7E7E. Windows color (decimal): -702116 or 6048245. OLE color: 6048245.

HSL color Cylindrical-coordinate representation of color #F5495C: hue angle of 353.37º 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 #F5495C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 92 -
CMYK 0 0.70 0.62 0.04
HSL 353.37º 0.9% 0.62% -
HSV(B) 353.37º 0.7% 0.96% -
XYZ 41.97 24.95 12.73 -
YUV 126.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 245 73 92 0 0.70 0.62 0.04 353.37 0.9 0.62
Hex F5 49 5C 0 46 3E 4 161 5A 3E
Octal 365 111 134 0 106 76 4 541 132 76
Binary 11110101 1001001 1011100 0 1000110 111110 100 101100001 1011010 111110

Color Harmonies of #F5495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5495C

Black with #F5495C

Text Example


Text Example

White with #F5495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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