Html Css Color HEX #F53A68 Radical Red

📋 copy color: '#F53A68'

red 245 ◦ green 58 ◦ blue 104

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

Shades of Radical Red #F53A68

Tints of Radical Red #F53A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

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

R = 60.2%
G = 14.25%
B = 25.55%

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

#F53A68 (or 0xF53A68) is known color: Radical Red. HEX triplet: F5, 3A and 68. RGB value is (245,58,104). Sum of RGB (Red+Green+Blue) = 245+58+104=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A68 is #0AC597. Grayscale: #777777. Windows color (decimal): -705944 or 6830837. OLE color: 6830837.

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

Color convert

RGB 245 58 104 -
CMYK 0 0.76 0.58 0.04
HSL 345.24º 0.9% 0.59% -
HSV(B) 345.24º 0.76% 0.96% -
XYZ 41.67 23.44 15.42 -
YUV 119.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 245 58 104 0 0.76 0.58 0.04 345.24 0.9 0.59
Hex F5 3A 68 0 4C 3A 4 159 5A 3B
Octal 365 72 150 0 114 72 4 531 132 73
Binary 11110101 111010 1101000 0 1001100 111010 100 101011001 1011010 111011

Color Harmonies of #F53A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53A68

Black with #F53A68

Text Example


Text Example

White with #F53A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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