Html Css Color HEX #F53666 Radical Red

📋 copy color: '#F53666'

red 245 ◦ green 54 ◦ blue 102

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

Shades of Radical Red #F53666

Tints of Radical Red #F53666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.47%

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

R = 61.1%
G = 13.47%
B = 25.44%

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

#F53666 (or 0xF53666) is known color: Radical Red. HEX triplet: F5, 36 and 66. RGB value is (245,54,102). Sum of RGB (Red+Green+Blue) = 245+54+102=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53666 is #0AC999. Grayscale: #747474. Windows color (decimal): -706970 or 6698741. OLE color: 6698741.

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

Color convert

RGB 245 54 102 -
CMYK 0 0.78 0.58 0.04
HSL 344.92º 0.91% 0.59% -
HSV(B) 344.92º 0.78% 0.96% -
XYZ 41.37 23.01 14.83 -
YUV 116.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 245 54 102 0 0.78 0.58 0.04 344.92 0.91 0.59
Hex F5 36 66 0 4E 3A 4 159 5B 3B
Octal 365 66 146 0 116 72 4 531 133 73
Binary 11110101 110110 1100110 0 1001110 111010 100 101011001 1011011 111011

Color Harmonies of #F53666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53666

Black with #F53666

Text Example


Text Example

White with #F53666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53666; }

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

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

background-color css

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

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

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

border-color css

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

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

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