Html Css Color HEX #F53075 Radical Red

📋 copy color: '#F53075'

red 245 ◦ green 48 ◦ blue 117

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

Shades of Radical Red #F53075

Tints of Radical Red #F53075

RGB

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

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

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

R = 59.76%
G = 11.71%
B = 28.54%

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

#F53075 (or 0xF53075) is known color: Radical Red. HEX triplet: F5, 30 and 75. RGB value is (245,48,117). Sum of RGB (Red+Green+Blue) = 245+48+117=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F53075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53075 is #0ACF8A. Grayscale: #727272. Windows color (decimal): -708491 or 7680245. OLE color: 7680245.

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

Color convert

RGB 245 48 117 -
CMYK 0 0.80 0.52 0.04
HSL 338.98º 0.91% 0.57% -
HSV(B) 338.98º 0.8% 0.96% -
XYZ 41.92 22.81 19.02 -
YUV 114.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 245 48 117 0 0.80 0.52 0.04 338.98 0.91 0.57
Hex F5 30 75 0 50 34 4 153 5B 39
Octal 365 60 165 0 120 64 4 523 133 71
Binary 11110101 110000 1110101 0 1010000 110100 100 101010011 1011011 111001

Color Harmonies of #F53075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53075

Black with #F53075

Text Example


Text Example

White with #F53075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53075; }

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

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

background-color css

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

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

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

border-color css

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

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

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