Html Css Color HEX #F53B68 Radical Red

📋 copy color: '#F53B68'

red 245 ◦ green 59 ◦ blue 104

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

Shades of Radical Red #F53B68

Tints of Radical Red #F53B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.46%

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

R = 60.05%
G = 14.46%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F53B68 (or 0xF53B68) is known color: Radical Red. HEX triplet: F5, 3B and 68. RGB value is (245,59,104). Sum of RGB (Red+Green+Blue) = 245+59+104=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B68 is #0AC497. Grayscale: #777777. Windows color (decimal): -705688 or 6831093. OLE color: 6831093.

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

Color convert

RGB 245 59 104 -
CMYK 0 0.76 0.58 0.04
HSL 345.48º 0.9% 0.6% -
HSV(B) 345.48º 0.76% 0.96% -
XYZ 41.72 23.54 15.44 -
YUV 119.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 245 59 104 0 0.76 0.58 0.04 345.48 0.9 0.6
Hex F5 3B 68 0 4C 3A 4 159 5A 3C
Octal 365 73 150 0 114 72 4 531 132 74
Binary 11110101 111011 1101000 0 1001100 111010 100 101011001 1011010 111100

Color Harmonies of #F53B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B68

Black with #F53B68

Text Example


Text Example

White with #F53B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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