Html Css Color HEX #F53064 Radical Red

📋 copy color: '#F53064'

red 245 ◦ green 48 ◦ blue 100

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

Shades of Radical Red #F53064

Tints of Radical Red #F53064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 62.34%
G = 12.21%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F53064 (or 0xF53064) is known color: Radical Red. HEX triplet: F5, 30 and 64. RGB value is (245,48,100). Sum of RGB (Red+Green+Blue) = 245+48+100=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F53064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53064 is #0ACF9B. Grayscale: #707070. Windows color (decimal): -708508 or 6566133. OLE color: 6566133.

HSL color Cylindrical-coordinate representation of color #F53064: hue angle of 344.16º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53064 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 100 -
CMYK 0 0.80 0.59 0.04
HSL 344.16º 0.91% 0.57% -
HSV(B) 344.16º 0.8% 0.96% -
XYZ 41.01 22.45 14.23 -
YUV 112.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 245 48 100 0 0.80 0.59 0.04 344.16 0.91 0.57
Hex F5 30 64 0 50 3B 4 158 5B 39
Octal 365 60 144 0 120 73 4 530 133 71
Binary 11110101 110000 1100100 0 1010000 111011 100 101011000 1011011 111001

Color Harmonies of #F53064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53064

Black with #F53064

Text Example


Text Example

White with #F53064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53064; }

 p { color: rgb(245,48,100); }

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

background-color css

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

 a { background-color: rgb(245,48,100); }

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

border-color css

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

 span { border-color: rgb(245,48,100); }

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