Html Css Color HEX #F52E6F Radical Red

📋 copy color: '#F52E6F'

red 245 ◦ green 46 ◦ blue 111

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

Shades of Radical Red #F52E6F

Tints of Radical Red #F52E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 60.95%
G = 11.44%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F52E6F (or 0xF52E6F) is known color: Radical Red. HEX triplet: F5, 2E and 6F. RGB value is (245,46,111). Sum of RGB (Red+Green+Blue) = 245+46+111=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52E6F is #0AD190. Grayscale: #707070. Windows color (decimal): -709009 or 7286517. OLE color: 7286517.

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

Color convert

RGB 245 46 111 -
CMYK 0 0.81 0.55 0.04
HSL 340.4º 0.91% 0.57% -
HSV(B) 340.4º 0.81% 0.96% -
XYZ 41.5 22.51 17.2 -
YUV 112.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 245 46 111 0 0.81 0.55 0.04 340.4 0.91 0.57
Hex F5 2E 6F 0 51 37 4 154 5B 39
Octal 365 56 157 0 121 67 4 524 133 71
Binary 11110101 101110 1101111 0 1010001 110111 100 101010100 1011011 111001

Color Harmonies of #F52E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52E6F

Black with #F52E6F

Text Example


Text Example

White with #F52E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52E6F; }

 p { color: rgb(245,46,111); }

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

background-color css

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

 a { background-color: rgb(245,46,111); }

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

border-color css

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

 span { border-color: rgb(245,46,111); }

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