Html Css Color HEX #F53453 Radical Red

📋 copy color: '#F53453'

red 245 ◦ green 52 ◦ blue 83

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

Shades of Radical Red #F53453

Tints of Radical Red #F53453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 64.47%
G = 13.68%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F53453 (or 0xF53453) is known color: Radical Red. HEX triplet: F5, 34 and 53. RGB value is (245,52,83). Sum of RGB (Red+Green+Blue) = 245+52+83=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F53453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53453 is #0ACBAC. Grayscale: #717171. Windows color (decimal): -707501 or 5453045. OLE color: 5453045.

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

Color convert

RGB 245 52 83 -
CMYK 0 0.79 0.66 0.04
HSL 350.36º 0.91% 0.58% -
HSV(B) 350.36º 0.79% 0.96% -
XYZ 40.45 22.49 10.39 -
YUV 113.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 245 52 83 0 0.79 0.66 0.04 350.36 0.91 0.58
Hex F5 34 53 0 4F 42 4 15E 5B 3A
Octal 365 64 123 0 117 102 4 536 133 72
Binary 11110101 110100 1010011 0 1001111 1000010 100 101011110 1011011 111010

Color Harmonies of #F53453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53453

Black with #F53453

Text Example


Text Example

White with #F53453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53453; }

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

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

background-color css

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

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

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

border-color css

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

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

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