Html Css Color HEX #F52463 Radical Red

📋 copy color: '#F52463'

red 245 ◦ green 36 ◦ blue 99

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

Shades of Radical Red #F52463

Tints of Radical Red #F52463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.47%

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

R = 64.47%
G = 9.47%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F52463 (or 0xF52463) is known color: Radical Red. HEX triplet: F5, 24 and 63. RGB value is (245,36,99). Sum of RGB (Red+Green+Blue) = 245+36+99=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F52463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52463 is #0ADB9C. Grayscale: #696969. Windows color (decimal): -711581 or 6497525. OLE color: 6497525.

HSL color Cylindrical-coordinate representation of color #F52463: hue angle of 341.91º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52463 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 99 -
CMYK 0 0.85 0.60 0.04
HSL 341.91º 0.91% 0.55% -
HSV(B) 341.91º 0.85% 0.96% -
XYZ 40.54 21.58 13.83 -
YUV 105.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 245 36 99 0 0.85 0.60 0.04 341.91 0.91 0.55
Hex F5 24 63 0 55 3C 4 156 5B 37
Octal 365 44 143 0 125 74 4 526 133 67
Binary 11110101 100100 1100011 0 1010101 111100 100 101010110 1011011 110111

Color Harmonies of #F52463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52463

Black with #F52463

Text Example


Text Example

White with #F52463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52463; }

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

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

background-color css

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

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

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

border-color css

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

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

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