Html Css Color HEX #F52764 Radical Red

📋 copy color: '#F52764'

red 245 ◦ green 39 ◦ blue 100

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

Shades of Radical Red #F52764

Tints of Radical Red #F52764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 63.8%
G = 10.16%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F52764 (or 0xF52764) is known color: Radical Red. HEX triplet: F5, 27 and 64. RGB value is (245,39,100). Sum of RGB (Red+Green+Blue) = 245+39+100=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F52764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52764 is #0AD89B. Grayscale: #6B6B6B. Windows color (decimal): -710812 or 6563829. OLE color: 6563829.

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

Color convert

RGB 245 39 100 -
CMYK 0 0.84 0.59 0.04
HSL 342.23º 0.91% 0.56% -
HSV(B) 342.23º 0.84% 0.96% -
XYZ 40.68 21.78 14.12 -
YUV 107.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 245 39 100 0 0.84 0.59 0.04 342.23 0.91 0.56
Hex F5 27 64 0 54 3B 4 156 5B 38
Octal 365 47 144 0 124 73 4 526 133 70
Binary 11110101 100111 1100100 0 1010100 111011 100 101010110 1011011 111000

Color Harmonies of #F52764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52764

Black with #F52764

Text Example


Text Example

White with #F52764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52764; }

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

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

background-color css

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

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

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

border-color css

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

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

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