Html Css Color HEX #F53167 Radical Red

📋 copy color: '#F53167'

red 245 ◦ green 49 ◦ blue 103

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

Shades of Radical Red #F53167

Tints of Radical Red #F53167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

 BLUE value IS 103 (40.63% from 255) = 25.94%

R = 61.71%
G = 12.34%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F53167 (or 0xF53167) is known color: Radical Red. HEX triplet: F5, 31 and 67. RGB value is (245,49,103). Sum of RGB (Red+Green+Blue) = 245+49+103=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53167 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53167 is #0ACE98. Grayscale: #717171. Windows color (decimal): -708249 or 6762997. OLE color: 6762997.

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

Color convert

RGB 245 49 103 -
CMYK 0 0.8 0.58 0.04
HSL 343.47º 0.91% 0.58% -
HSV(B) 343.47º 0.8% 0.96% -
XYZ 41.2 22.59 15.02 -
YUV 113.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 245 49 103 0 0.8 0.58 0.04 343.47 0.91 0.58
Hex F5 31 67 0 50 3A 4 157 5B 3A
Octal 365 61 147 0 120 72 4 527 133 72
Binary 11110101 110001 1100111 0 1010000 111010 100 101010111 1011011 111010

Color Harmonies of #F53167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53167

Black with #F53167

Text Example


Text Example

White with #F53167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53167; }

 p { color: rgb(245,49,103); }

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

background-color css

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

 a { background-color: rgb(245,49,103); }

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

border-color css

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

 span { border-color: rgb(245,49,103); }

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