Html Css Color HEX #F5346E Radical Red

📋 copy color: '#F5346E'

red 245 ◦ green 52 ◦ blue 110

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

Shades of Radical Red #F5346E

Tints of Radical Red #F5346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 60.2%
G = 12.78%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5346E (or 0xF5346E) is known color: Radical Red. HEX triplet: F5, 34 and 6E. RGB value is (245,52,110). Sum of RGB (Red+Green+Blue) = 245+52+110=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5346E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5346E is #0ACB91. Grayscale: #747474. Windows color (decimal): -707474 or 7222517. OLE color: 7222517.

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

Color convert

RGB 245 52 110 -
CMYK 0 0.79 0.55 0.04
HSL 341.97º 0.91% 0.58% -
HSV(B) 341.97º 0.79% 0.96% -
XYZ 41.7 22.99 16.99 -
YUV 116.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 245 52 110 0 0.79 0.55 0.04 341.97 0.91 0.58
Hex F5 34 6E 0 4F 37 4 156 5B 3A
Octal 365 64 156 0 117 67 4 526 133 72
Binary 11110101 110100 1101110 0 1001111 110111 100 101010110 1011011 111010

Color Harmonies of #F5346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5346E

Black with #F5346E

Text Example


Text Example

White with #F5346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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