Html Css Color HEX #F52160 Radical Red

📋 copy color: '#F52160'

red 245 ◦ green 33 ◦ blue 96

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

Shades of Radical Red #F52160

Tints of Radical Red #F52160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 65.51%
G = 8.82%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F52160 (or 0xF52160) is known color: Radical Red. HEX triplet: F5, 21 and 60. RGB value is (245,33,96). Sum of RGB (Red+Green+Blue) = 245+33+96=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F52160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52160 is #0ADE9F. Grayscale: #676767. Windows color (decimal): -712352 or 6300149. OLE color: 6300149.

HSL color Cylindrical-coordinate representation of color #F52160: hue angle of 342.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52160 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 33 96 -
CMYK 0 0.87 0.61 0.04
HSL 342.17º 0.91% 0.55% -
HSV(B) 342.17º 0.87% 0.96% -
XYZ 40.31 21.34 13.06 -
YUV 103.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 245 33 96 0 0.87 0.61 0.04 342.17 0.91 0.55
Hex F5 21 60 0 57 3D 4 156 5B 37
Octal 365 41 140 0 127 75 4 526 133 67
Binary 11110101 100001 1100000 0 1010111 111101 100 101010110 1011011 110111

Color Harmonies of #F52160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52160

Black with #F52160

Text Example


Text Example

White with #F52160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52160; }

 p { color: rgb(245,33,96); }

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

background-color css

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

 a { background-color: rgb(245,33,96); }

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

border-color css

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

 span { border-color: rgb(245,33,96); }

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