Html Css Color HEX #F5346B Radical Red

📋 copy color: '#F5346B'

red 245 ◦ green 52 ◦ blue 107

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

Shades of Radical Red #F5346B

Tints of Radical Red #F5346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 60.64%
G = 12.87%
B = 26.49%

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

#F5346B (or 0xF5346B) is known color: Radical Red. HEX triplet: F5, 34 and 6B. RGB value is (245,52,107). Sum of RGB (Red+Green+Blue) = 245+52+107=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5346B is #0ACB94. Grayscale: #737373. Windows color (decimal): -707477 or 7025909. OLE color: 7025909.

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

Color convert

RGB 245 52 107 -
CMYK 0 0.79 0.56 0.04
HSL 342.9º 0.91% 0.58% -
HSV(B) 342.9º 0.79% 0.96% -
XYZ 41.54 22.93 16.15 -
YUV 115.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 245 52 107 0 0.79 0.56 0.04 342.9 0.91 0.58
Hex F5 34 6B 0 4F 38 4 157 5B 3A
Octal 365 64 153 0 117 70 4 527 133 72
Binary 11110101 110100 1101011 0 1001111 111000 100 101010111 1011011 111010

Color Harmonies of #F5346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5346B

Black with #F5346B

Text Example


Text Example

White with #F5346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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