Html Css Color HEX #F53566 Radical Red

📋 copy color: '#F53566'

red 245 ◦ green 53 ◦ blue 102

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

Shades of Radical Red #F53566

Tints of Radical Red #F53566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.25%

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

R = 61.25%
G = 13.25%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F53566 (or 0xF53566) is known color: Radical Red. HEX triplet: F5, 35 and 66. RGB value is (245,53,102). Sum of RGB (Red+Green+Blue) = 245+53+102=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53566 is #0ACA99. Grayscale: #737373. Windows color (decimal): -707226 or 6698485. OLE color: 6698485.

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

Color convert

RGB 245 53 102 -
CMYK 0 0.78 0.58 0.04
HSL 344.69º 0.91% 0.58% -
HSV(B) 344.69º 0.78% 0.96% -
XYZ 41.33 22.92 14.82 -
YUV 115.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 245 53 102 0 0.78 0.58 0.04 344.69 0.91 0.58
Hex F5 35 66 0 4E 3A 4 159 5B 3A
Octal 365 65 146 0 116 72 4 531 133 72
Binary 11110101 110101 1100110 0 1001110 111010 100 101011001 1011011 111010

Color Harmonies of #F53566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53566

Black with #F53566

Text Example


Text Example

White with #F53566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53566; }

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

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

background-color css

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

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

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

border-color css

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

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

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