Html Css Color HEX #F53F64 Radical Red

📋 copy color: '#F53F64'

red 245 ◦ green 63 ◦ blue 100

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

Shades of Radical Red #F53F64

Tints of Radical Red #F53F64

RGB

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

 GREEN value IS 63 (25% from 255) = 15.44%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 60.05%
G = 15.44%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F53F64 (or 0xF53F64) is known color: Radical Red. HEX triplet: F5, 3F and 64. RGB value is (245,63,100). Sum of RGB (Red+Green+Blue) = 245+63+100=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53F64 is #0AC09B. Grayscale: #797979. Windows color (decimal): -704668 or 6569973. OLE color: 6569973.

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

Color convert

RGB 245 63 100 -
CMYK 0 0.74 0.59 0.04
HSL 347.8º 0.9% 0.6% -
HSV(B) 347.8º 0.74% 0.96% -
XYZ 41.73 23.89 14.47 -
YUV 121.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 245 63 100 0 0.74 0.59 0.04 347.8 0.9 0.6
Hex F5 3F 64 0 4A 3B 4 15C 5A 3C
Octal 365 77 144 0 112 73 4 534 132 74
Binary 11110101 111111 1100100 0 1001010 111011 100 101011100 1011010 111100

Color Harmonies of #F53F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53F64

Black with #F53F64

Text Example


Text Example

White with #F53F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53F64; }

 p { color: rgb(245,63,100); }

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

background-color css

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

 a { background-color: rgb(245,63,100); }

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

border-color css

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

 span { border-color: rgb(245,63,100); }

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