Html Css Color HEX #F52F6A Radical Red

📋 copy color: '#F52F6A'

red 245 ◦ green 47 ◦ blue 106

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

Shades of Radical Red #F52F6A

Tints of Radical Red #F52F6A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.81%

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 61.56%
G = 11.81%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F52F6A (or 0xF52F6A) is known color: Radical Red. HEX triplet: F5, 2F and 6A. RGB value is (245,47,106). Sum of RGB (Red+Green+Blue) = 245+47+106=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52F6A is #0AD095. Grayscale: #707070. Windows color (decimal): -708758 or 6959093. OLE color: 6959093.

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

Color convert

RGB 245 47 106 -
CMYK 0 0.81 0.57 0.04
HSL 342.12º 0.91% 0.57% -
HSV(B) 342.12º 0.81% 0.96% -
XYZ 41.27 22.49 15.8 -
YUV 112.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 245 47 106 0 0.81 0.57 0.04 342.12 0.91 0.57
Hex F5 2F 6A 0 51 39 4 156 5B 39
Octal 365 57 152 0 121 71 4 526 133 71
Binary 11110101 101111 1101010 0 1010001 111001 100 101010110 1011011 111001

Color Harmonies of #F52F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52F6A

Black with #F52F6A

Text Example


Text Example

White with #F52F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52F6A; }

 p { color: rgb(245,47,106); }

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

background-color css

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

 a { background-color: rgb(245,47,106); }

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

border-color css

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

 span { border-color: rgb(245,47,106); }

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