Html Css Color HEX #F53254 Radical Red

📋 copy color: '#F53254'

red 245 ◦ green 50 ◦ blue 84

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

Shades of Radical Red #F53254

Tints of Radical Red #F53254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

 BLUE value IS 84 (33.2% from 255) = 22.16%

R = 64.64%
G = 13.19%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F53254 (or 0xF53254) is known color: Radical Red. HEX triplet: F5, 32 and 54. RGB value is (245,50,84). Sum of RGB (Red+Green+Blue) = 245+50+84=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F53254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53254 is #0ACDAB. Grayscale: #707070. Windows color (decimal): -708012 or 5518069. OLE color: 5518069.

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

Color convert

RGB 245 50 84 -
CMYK 0 0.80 0.66 0.04
HSL 349.54º 0.91% 0.58% -
HSV(B) 349.54º 0.8% 0.96% -
XYZ 40.4 22.33 10.57 -
YUV 112.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 245 50 84 0 0.80 0.66 0.04 349.54 0.91 0.58
Hex F5 32 54 0 50 42 4 15E 5B 3A
Octal 365 62 124 0 120 102 4 536 133 72
Binary 11110101 110010 1010100 0 1010000 1000010 100 101011110 1011011 111010

Color Harmonies of #F53254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53254

Black with #F53254

Text Example


Text Example

White with #F53254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53254; }

 p { color: rgb(245,50,84); }

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

background-color css

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

 a { background-color: rgb(245,50,84); }

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

border-color css

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

 span { border-color: rgb(245,50,84); }

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