Html Css Color HEX #F5325D Radical Red

📋 copy color: '#F5325D'

red 245 ◦ green 50 ◦ blue 93

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

Shades of Radical Red #F5325D

Tints of Radical Red #F5325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

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

R = 63.14%
G = 12.89%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5325D (or 0xF5325D) is known color: Radical Red. HEX triplet: F5, 32 and 5D. RGB value is (245,50,93). Sum of RGB (Red+Green+Blue) = 245+50+93=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5325D is #0ACDA2. Grayscale: #717171. Windows color (decimal): -708003 or 6107893. OLE color: 6107893.

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

Color convert

RGB 245 50 93 -
CMYK 0 0.80 0.62 0.04
HSL 346.77º 0.91% 0.58% -
HSV(B) 346.77º 0.8% 0.96% -
XYZ 40.77 22.48 12.55 -
YUV 113.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 245 50 93 0 0.80 0.62 0.04 346.77 0.91 0.58
Hex F5 32 5D 0 50 3E 4 15B 5B 3A
Octal 365 62 135 0 120 76 4 533 133 72
Binary 11110101 110010 1011101 0 1010000 111110 100 101011011 1011011 111010

Color Harmonies of #F5325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5325D

Black with #F5325D

Text Example


Text Example

White with #F5325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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