Html Css Color HEX #F53265 Radical Red

📋 copy color: '#F53265'

red 245 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #F53265

Tints of Radical Red #F53265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 61.87%
G = 12.63%
B = 25.51%

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

#F53265 (or 0xF53265) is known color: Radical Red. HEX triplet: F5, 32 and 65. RGB value is (245,50,101). Sum of RGB (Red+Green+Blue) = 245+50+101=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F53265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53265 is #0ACD9A. Grayscale: #727272. Windows color (decimal): -707995 or 6632181. OLE color: 6632181.

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

Color convert

RGB 245 50 101 -
CMYK 0 0.80 0.59 0.04
HSL 344.31º 0.91% 0.58% -
HSV(B) 344.31º 0.8% 0.96% -
XYZ 41.15 22.63 14.51 -
YUV 114.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 245 50 101 0 0.80 0.59 0.04 344.31 0.91 0.58
Hex F5 32 65 0 50 3B 4 158 5B 3A
Octal 365 62 145 0 120 73 4 530 133 72
Binary 11110101 110010 1100101 0 1010000 111011 100 101011000 1011011 111010

Color Harmonies of #F53265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53265

Black with #F53265

Text Example


Text Example

White with #F53265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53265; }

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

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

background-color css

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

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

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

border-color css

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

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

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