Html Css Color HEX #F52366 Radical Red

📋 copy color: '#F52366'

red 245 ◦ green 35 ◦ blue 102

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

Shades of Radical Red #F52366

Tints of Radical Red #F52366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 64.14%
G = 9.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F52366 (or 0xF52366) is known color: Radical Red. HEX triplet: F5, 23 and 66. RGB value is (245,35,102). Sum of RGB (Red+Green+Blue) = 245+35+102=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F52366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52366 is #0ADC99. Grayscale: #696969. Windows color (decimal): -711834 or 6693877. OLE color: 6693877.

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

Color convert

RGB 245 35 102 -
CMYK 0 0.86 0.58 0.04
HSL 340.86º 0.91% 0.55% -
HSV(B) 340.86º 0.86% 0.96% -
XYZ 40.66 21.57 14.59 -
YUV 105.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 245 35 102 0 0.86 0.58 0.04 340.86 0.91 0.55
Hex F5 23 66 0 56 3A 4 155 5B 37
Octal 365 43 146 0 126 72 4 525 133 67
Binary 11110101 100011 1100110 0 1010110 111010 100 101010101 1011011 110111

Color Harmonies of #F52366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52366

Black with #F52366

Text Example


Text Example

White with #F52366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52366; }

 p { color: rgb(245,35,102); }

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

background-color css

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

 a { background-color: rgb(245,35,102); }

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

border-color css

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

 span { border-color: rgb(245,35,102); }

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