Html Css Color HEX #F52063 Radical Red

📋 copy color: '#F52063'

red 245 ◦ green 32 ◦ blue 99

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

Shades of Radical Red #F52063

Tints of Radical Red #F52063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.51%

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 65.16%
G = 8.51%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F52063 (or 0xF52063) is known color: Radical Red. HEX triplet: F5, 20 and 63. RGB value is (245,32,99). Sum of RGB (Red+Green+Blue) = 245+32+99=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F52063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52063 is #0ADF9C. Grayscale: #676767. Windows color (decimal): -712605 or 6496501. OLE color: 6496501.

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

Color convert

RGB 245 32 99 -
CMYK 0 0.87 0.60 0.04
HSL 341.13º 0.91% 0.54% -
HSV(B) 341.13º 0.87% 0.96% -
XYZ 40.42 21.35 13.79 -
YUV 103.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 245 32 99 0 0.87 0.60 0.04 341.13 0.91 0.54
Hex F5 20 63 0 57 3C 4 155 5B 36
Octal 365 40 143 0 127 74 4 525 133 66
Binary 11110101 100000 1100011 0 1010111 111100 100 101010101 1011011 110110

Color Harmonies of #F52063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52063

Black with #F52063

Text Example


Text Example

White with #F52063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52063; }

 p { color: rgb(245,32,99); }

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

background-color css

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

 a { background-color: rgb(245,32,99); }

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

border-color css

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

 span { border-color: rgb(245,32,99); }

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