Html Css Color HEX #F5306D Radical Red

📋 copy color: '#F5306D'

red 245 ◦ green 48 ◦ blue 109

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

Shades of Radical Red #F5306D

Tints of Radical Red #F5306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 60.95%
G = 11.94%
B = 27.11%

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

#F5306D (or 0xF5306D) is known color: Radical Red. HEX triplet: F5, 30 and 6D. RGB value is (245,48,109). Sum of RGB (Red+Green+Blue) = 245+48+109=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5306D is #0ACF92. Grayscale: #717171. Windows color (decimal): -708499 or 7155957. OLE color: 7155957.

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

Color convert

RGB 245 48 109 -
CMYK 0 0.80 0.56 0.04
HSL 341.42º 0.91% 0.57% -
HSV(B) 341.42º 0.8% 0.96% -
XYZ 41.47 22.63 16.65 -
YUV 113.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 245 48 109 0 0.80 0.56 0.04 341.42 0.91 0.57
Hex F5 30 6D 0 50 38 4 155 5B 39
Octal 365 60 155 0 120 70 4 525 133 71
Binary 11110101 110000 1101101 0 1010000 111000 100 101010101 1011011 111001

Color Harmonies of #F5306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5306D

Black with #F5306D

Text Example


Text Example

White with #F5306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5306D; }

 p { color: rgb(245,48,109); }

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

background-color css

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

 a { background-color: rgb(245,48,109); }

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

border-color css

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

 span { border-color: rgb(245,48,109); }

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