Html Css Color HEX #F52762 Radical Red

📋 copy color: '#F52762'

red 245 ◦ green 39 ◦ blue 98

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

Shades of Radical Red #F52762

Tints of Radical Red #F52762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 64.14%
G = 10.21%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F52762 (or 0xF52762) is known color: Radical Red. HEX triplet: F5, 27 and 62. RGB value is (245,39,98). Sum of RGB (Red+Green+Blue) = 245+39+98=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F52762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52762 is #0AD89D. Grayscale: #6B6B6B. Windows color (decimal): -710814 or 6432757. OLE color: 6432757.

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

Color convert

RGB 245 39 98 -
CMYK 0 0.84 0.6 0.04
HSL 342.82º 0.91% 0.56% -
HSV(B) 342.82º 0.84% 0.96% -
XYZ 40.59 21.75 13.61 -
YUV 107.32 122.75 226.2 -
System Red Green Blue C M Y K H S L
Decimal 245 39 98 0 0.84 0.6 0.04 342.82 0.91 0.56
Hex F5 27 62 0 54 3C 4 157 5B 38
Octal 365 47 142 0 124 74 4 527 133 70
Binary 11110101 100111 1100010 0 1010100 111100 100 101010111 1011011 111000

Color Harmonies of #F52762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52762

Black with #F52762

Text Example


Text Example

White with #F52762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52762; }

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

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

background-color css

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

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

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

border-color css

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

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

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