Html Css Color HEX #F53375 Radical Red

📋 copy color: '#F53375'

red 245 ◦ green 51 ◦ blue 117

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

Shades of Radical Red #F53375

Tints of Radical Red #F53375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

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

R = 59.32%
G = 12.35%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53375 (or 0xF53375) is known color: Radical Red. HEX triplet: F5, 33 and 75. RGB value is (245,51,117). Sum of RGB (Red+Green+Blue) = 245+51+117=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53375 is #0ACC8A. Grayscale: #747474. Windows color (decimal): -707723 or 7681013. OLE color: 7681013.

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

Color convert

RGB 245 51 117 -
CMYK 0 0.79 0.52 0.04
HSL 339.59º 0.91% 0.58% -
HSV(B) 339.59º 0.79% 0.96% -
XYZ 42.05 23.06 19.07 -
YUV 116.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 245 51 117 0 0.79 0.52 0.04 339.59 0.91 0.58
Hex F5 33 75 0 4F 34 4 154 5B 3A
Octal 365 63 165 0 117 64 4 524 133 72
Binary 11110101 110011 1110101 0 1001111 110100 100 101010100 1011011 111010

Color Harmonies of #F53375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53375

Black with #F53375

Text Example


Text Example

White with #F53375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53375; }

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

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

background-color css

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

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

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

border-color css

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

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

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