Html Css Color HEX #F53866 Radical Red

📋 copy color: '#F53866'

red 245 ◦ green 56 ◦ blue 102

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

Shades of Radical Red #F53866

Tints of Radical Red #F53866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 60.79%
G = 13.9%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F53866 (or 0xF53866) is known color: Radical Red. HEX triplet: F5, 38 and 66. RGB value is (245,56,102). Sum of RGB (Red+Green+Blue) = 245+56+102=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F53866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53866 is #0AC799. Grayscale: #757575. Windows color (decimal): -706458 or 6699253. OLE color: 6699253.

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

Color convert

RGB 245 56 102 -
CMYK 0 0.77 0.58 0.04
HSL 345.4º 0.9% 0.59% -
HSV(B) 345.4º 0.77% 0.96% -
XYZ 41.47 23.2 14.86 -
YUV 117.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 245 56 102 0 0.77 0.58 0.04 345.4 0.9 0.59
Hex F5 38 66 0 4D 3A 4 159 5A 3B
Octal 365 70 146 0 115 72 4 531 132 73
Binary 11110101 111000 1100110 0 1001101 111010 100 101011001 1011010 111011

Color Harmonies of #F53866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53866

Black with #F53866

Text Example


Text Example

White with #F53866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53866; }

 p { color: rgb(245,56,102); }

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

background-color css

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

 a { background-color: rgb(245,56,102); }

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

border-color css

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

 span { border-color: rgb(245,56,102); }

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