Html Css Color HEX #F5346C Radical Red

📋 copy color: '#F5346C'

red 245 ◦ green 52 ◦ blue 108

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

Shades of Radical Red #F5346C

Tints of Radical Red #F5346C

RGB

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

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

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

R = 60.49%
G = 12.84%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5346C (or 0xF5346C) is known color: Radical Red. HEX triplet: F5, 34 and 6C. RGB value is (245,52,108). Sum of RGB (Red+Green+Blue) = 245+52+108=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5346C is #0ACB93. Grayscale: #747474. Windows color (decimal): -707476 or 7091445. OLE color: 7091445.

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

Color convert

RGB 245 52 108 -
CMYK 0 0.79 0.56 0.04
HSL 342.59º 0.91% 0.58% -
HSV(B) 342.59º 0.79% 0.96% -
XYZ 41.59 22.95 16.43 -
YUV 116.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 245 52 108 0 0.79 0.56 0.04 342.59 0.91 0.58
Hex F5 34 6C 0 4F 38 4 157 5B 3A
Octal 365 64 154 0 117 70 4 527 133 72
Binary 11110101 110100 1101100 0 1001111 111000 100 101010111 1011011 111010

Color Harmonies of #F5346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5346C

Black with #F5346C

Text Example


Text Example

White with #F5346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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