Html Css Color HEX #F53765 Radical Red

📋 copy color: '#F53765'

red 245 ◦ green 55 ◦ blue 101

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

Shades of Radical Red #F53765

Tints of Radical Red #F53765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

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

R = 61.1%
G = 13.72%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F53765 (or 0xF53765) is known color: Radical Red. HEX triplet: F5, 37 and 65. RGB value is (245,55,101). Sum of RGB (Red+Green+Blue) = 245+55+101=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53765 is #0AC89A. Grayscale: #757575. Windows color (decimal): -706715 or 6633461. OLE color: 6633461.

HSL color Cylindrical-coordinate representation of color #F53765: hue angle of 345.47º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53765 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 101 -
CMYK 0 0.78 0.59 0.04
HSL 345.47º 0.9% 0.59% -
HSV(B) 345.47º 0.78% 0.96% -
XYZ 41.37 23.08 14.59 -
YUV 117.05 118.95 219.26 -
System Red Green Blue C M Y K H S L
Decimal 245 55 101 0 0.78 0.59 0.04 345.47 0.9 0.59
Hex F5 37 65 0 4E 3B 4 159 5A 3B
Octal 365 67 145 0 116 73 4 531 132 73
Binary 11110101 110111 1100101 0 1001110 111011 100 101011001 1011010 111011

Color Harmonies of #F53765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53765

Black with #F53765

Text Example


Text Example

White with #F53765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53765; }

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

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

background-color css

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

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

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

border-color css

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

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

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