Html Css Color HEX #F54963 Radical Red

📋 copy color: '#F54963'

red 245 ◦ green 73 ◦ blue 99

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

Shades of Radical Red #F54963

Tints of Radical Red #F54963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 58.75%
G = 17.51%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F54963 (or 0xF54963) is known color: Radical Red. HEX triplet: F5, 49 and 63. RGB value is (245,73,99). Sum of RGB (Red+Green+Blue) = 245+73+99=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F54963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54963 is #0AB69C. Grayscale: #7F7F7F. Windows color (decimal): -702109 or 6506997. OLE color: 6506997.

HSL color Cylindrical-coordinate representation of color #F54963: hue angle of 350.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54963 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 99 -
CMYK 0 0.70 0.60 0.04
HSL 350.93º 0.9% 0.62% -
HSV(B) 350.93º 0.7% 0.96% -
XYZ 42.29 25.08 14.42 -
YUV 127.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 245 73 99 0 0.70 0.60 0.04 350.93 0.9 0.62
Hex F5 49 63 0 46 3C 4 15F 5A 3E
Octal 365 111 143 0 106 74 4 537 132 76
Binary 11110101 1001001 1100011 0 1000110 111100 100 101011111 1011010 111110

Color Harmonies of #F54963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54963

Black with #F54963

Text Example


Text Example

White with #F54963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54963; }

 p { color: rgb(245,73,99); }

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

background-color css

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

 a { background-color: rgb(245,73,99); }

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

border-color css

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

 span { border-color: rgb(245,73,99); }

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