Html Css Color HEX #F5326C Radical Red

📋 copy color: '#F5326C'

red 245 ◦ green 50 ◦ blue 108

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

Shades of Radical Red #F5326C

Tints of Radical Red #F5326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 60.79%
G = 12.41%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5326C (or 0xF5326C) is known color: Radical Red. HEX triplet: F5, 32 and 6C. RGB value is (245,50,108). Sum of RGB (Red+Green+Blue) = 245+50+108=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5326C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5326C is #0ACD93. Grayscale: #727272. Windows color (decimal): -707988 or 7090933. OLE color: 7090933.

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

Color convert

RGB 245 50 108 -
CMYK 0 0.80 0.56 0.04
HSL 342.15º 0.91% 0.58% -
HSV(B) 342.15º 0.8% 0.96% -
XYZ 41.5 22.78 16.4 -
YUV 114.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 245 50 108 0 0.80 0.56 0.04 342.15 0.91 0.58
Hex F5 32 6C 0 50 38 4 156 5B 3A
Octal 365 62 154 0 120 70 4 526 133 72
Binary 11110101 110010 1101100 0 1010000 111000 100 101010110 1011011 111010

Color Harmonies of #F5326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5326C

Black with #F5326C

Text Example


Text Example

White with #F5326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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