Html Css Color HEX #F5246C Radical Red

📋 copy color: '#F5246C'

red 245 ◦ green 36 ◦ blue 108

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

Shades of Radical Red #F5246C

Tints of Radical Red #F5246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 62.98%
G = 9.25%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5246C (or 0xF5246C) is known color: Radical Red. HEX triplet: F5, 24 and 6C. RGB value is (245,36,108). Sum of RGB (Red+Green+Blue) = 245+36+108=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5246C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5246C is #0ADB93. Grayscale: #6A6A6A. Windows color (decimal): -711572 or 7087349. OLE color: 7087349.

HSL color Cylindrical-coordinate representation of color #F5246C: hue angle of 339.33º 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 #F5246C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 108 -
CMYK 0 0.85 0.56 0.04
HSL 339.33º 0.91% 0.55% -
HSV(B) 339.33º 0.85% 0.96% -
XYZ 40.99 21.76 16.23 -
YUV 106.7 128.74 226.65 -
System Red Green Blue C M Y K H S L
Decimal 245 36 108 0 0.85 0.56 0.04 339.33 0.91 0.55
Hex F5 24 6C 0 55 38 4 153 5B 37
Octal 365 44 154 0 125 70 4 523 133 67
Binary 11110101 100100 1101100 0 1010101 111000 100 101010011 1011011 110111

Color Harmonies of #F5246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5246C

Black with #F5246C

Text Example


Text Example

White with #F5246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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