Html Css Color HEX #F53275 Radical Red

📋 copy color: '#F53275'

red 245 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #F53275

Tints of Radical Red #F53275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 59.47%
G = 12.14%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53275 (or 0xF53275) is known color: Radical Red. HEX triplet: F5, 32 and 75. RGB value is (245,50,117). Sum of RGB (Red+Green+Blue) = 245+50+117=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53275 is #0ACD8A. Grayscale: #737373. Windows color (decimal): -707979 or 7680757. OLE color: 7680757.

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

Color convert

RGB 245 50 117 -
CMYK 0 0.80 0.52 0.04
HSL 339.38º 0.91% 0.58% -
HSV(B) 339.38º 0.8% 0.96% -
XYZ 42.01 22.98 19.05 -
YUV 115.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 245 50 117 0 0.80 0.52 0.04 339.38 0.91 0.58
Hex F5 32 75 0 50 34 4 153 5B 3A
Octal 365 62 165 0 120 64 4 523 133 72
Binary 11110101 110010 1110101 0 1010000 110100 100 101010011 1011011 111010

Color Harmonies of #F53275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53275

Black with #F53275

Text Example


Text Example

White with #F53275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53275; }

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

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

background-color css

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

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

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

border-color css

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

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

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