Html Css Color HEX #F53868 Radical Red

📋 copy color: '#F53868'

red 245 ◦ green 56 ◦ blue 104

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

Shades of Radical Red #F53868

Tints of Radical Red #F53868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 60.49%
G = 13.83%
B = 25.68%

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

#F53868 (or 0xF53868) is known color: Radical Red. HEX triplet: F5, 38 and 68. RGB value is (245,56,104). Sum of RGB (Red+Green+Blue) = 245+56+104=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F53868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53868 is #0AC797. Grayscale: #757575. Windows color (decimal): -706456 or 6830325. OLE color: 6830325.

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

Color convert

RGB 245 56 104 -
CMYK 0 0.77 0.58 0.04
HSL 344.76º 0.9% 0.59% -
HSV(B) 344.76º 0.77% 0.96% -
XYZ 41.57 23.24 15.39 -
YUV 117.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 245 56 104 0 0.77 0.58 0.04 344.76 0.9 0.59
Hex F5 38 68 0 4D 3A 4 159 5A 3B
Octal 365 70 150 0 115 72 4 531 132 73
Binary 11110101 111000 1101000 0 1001101 111010 100 101011001 1011010 111011

Color Harmonies of #F53868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53868

Black with #F53868

Text Example


Text Example

White with #F53868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53868; }

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

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

background-color css

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

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

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

border-color css

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

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

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