Html Css Color HEX #F52EB2 Persian Rose

📋 copy color: '#F52EB2'

red 245 ◦ green 46 ◦ blue 178

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

Shades of Persian Rose #F52EB2

Tints of Persian Rose #F52EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 52.24%
G = 9.81%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F52EB2 (or 0xF52EB2) is known color: Persian Rose. HEX triplet: F5, 2E and B2. RGB value is (245,46,178). Sum of RGB (Red+Green+Blue) = 245+46+178=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F52EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52EB2 is #0AD14D. Grayscale: #787878. Windows color (decimal): -708942 or 11677429. OLE color: 11677429.

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

Color convert

RGB 245 46 178 -
CMYK 0 0.81 0.27 0.04
HSL 320.2º 0.91% 0.57% -
HSV(B) 320.2º 0.81% 0.96% -
XYZ 46.67 24.58 44.4 -
YUV 120.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 245 46 178 0 0.81 0.27 0.04 320.2 0.91 0.57
Hex F5 2E B2 0 51 1B 4 140 5B 39
Octal 365 56 262 0 121 33 4 500 133 71
Binary 11110101 101110 10110010 0 1010001 11011 100 101000000 1011011 111001

Color Harmonies of #F52EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52EB2

Black with #F52EB2

Text Example


Text Example

White with #F52EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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