Html Css Color HEX #F52565 Radical Red

📋 copy color: '#F52565'

red 245 ◦ green 37 ◦ blue 101

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

Shades of Radical Red #F52565

Tints of Radical Red #F52565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.66%

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 63.97%
G = 9.66%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F52565 (or 0xF52565) is known color: Radical Red. HEX triplet: F5, 25 and 65. RGB value is (245,37,101). Sum of RGB (Red+Green+Blue) = 245+37+101=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F52565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52565 is #0ADA9A. Grayscale: #6A6A6A. Windows color (decimal): -711323 or 6628853. OLE color: 6628853.

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

Color convert

RGB 245 37 101 -
CMYK 0 0.85 0.59 0.04
HSL 341.54º 0.91% 0.55% -
HSV(B) 341.54º 0.85% 0.96% -
XYZ 40.67 21.68 14.35 -
YUV 106.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 245 37 101 0 0.85 0.59 0.04 341.54 0.91 0.55
Hex F5 25 65 0 55 3B 4 156 5B 37
Octal 365 45 145 0 125 73 4 526 133 67
Binary 11110101 100101 1100101 0 1010101 111011 100 101010110 1011011 110111

Color Harmonies of #F52565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52565

Black with #F52565

Text Example


Text Example

White with #F52565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52565; }

 p { color: rgb(245,37,101); }

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

background-color css

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

 a { background-color: rgb(245,37,101); }

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

border-color css

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

 span { border-color: rgb(245,37,101); }

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