Html Css Color HEX #F5345D Radical Red

📋 copy color: '#F5345D'

red 245 ◦ green 52 ◦ blue 93

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

Shades of Radical Red #F5345D

Tints of Radical Red #F5345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 62.82%
G = 13.33%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5345D (or 0xF5345D) is known color: Radical Red. HEX triplet: F5, 34 and 5D. RGB value is (245,52,93). Sum of RGB (Red+Green+Blue) = 245+52+93=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5345D is #0ACBA2. Grayscale: #727272. Windows color (decimal): -707491 or 6108405. OLE color: 6108405.

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

Color convert

RGB 245 52 93 -
CMYK 0 0.79 0.62 0.04
HSL 347.25º 0.91% 0.58% -
HSV(B) 347.25º 0.79% 0.96% -
XYZ 40.86 22.66 12.58 -
YUV 114.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 245 52 93 0 0.79 0.62 0.04 347.25 0.91 0.58
Hex F5 34 5D 0 4F 3E 4 15B 5B 3A
Octal 365 64 135 0 117 76 4 533 133 72
Binary 11110101 110100 1011101 0 1001111 111110 100 101011011 1011011 111010

Color Harmonies of #F5345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5345D

Black with #F5345D

Text Example


Text Example

White with #F5345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5345D; }

 p { color: rgb(245,52,93); }

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

background-color css

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

 a { background-color: rgb(245,52,93); }

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

border-color css

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

 span { border-color: rgb(245,52,93); }

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