Html Css Color HEX #F52766 Radical Red

📋 copy color: '#F52766'

red 245 ◦ green 39 ◦ blue 102

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

Shades of Radical Red #F52766

Tints of Radical Red #F52766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

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

R = 63.47%
G = 10.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F52766 (or 0xF52766) is known color: Radical Red. HEX triplet: F5, 27 and 66. RGB value is (245,39,102). Sum of RGB (Red+Green+Blue) = 245+39+102=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F52766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52766 is #0AD899. Grayscale: #6B6B6B. Windows color (decimal): -710810 or 6694901. OLE color: 6694901.

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

Color convert

RGB 245 39 102 -
CMYK 0 0.84 0.58 0.04
HSL 341.65º 0.91% 0.56% -
HSV(B) 341.65º 0.84% 0.96% -
XYZ 40.78 21.82 14.63 -
YUV 107.78 124.75 225.88 -
System Red Green Blue C M Y K H S L
Decimal 245 39 102 0 0.84 0.58 0.04 341.65 0.91 0.56
Hex F5 27 66 0 54 3A 4 156 5B 38
Octal 365 47 146 0 124 72 4 526 133 70
Binary 11110101 100111 1100110 0 1010100 111010 100 101010110 1011011 111000

Color Harmonies of #F52766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52766

Black with #F52766

Text Example


Text Example

White with #F52766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52766; }

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

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

background-color css

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

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

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

border-color css

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

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

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