Html Css Color HEX #F529A1 Persian Rose

📋 copy color: '#F529A1'

red 245 ◦ green 41 ◦ blue 161

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

Shades of Persian Rose #F529A1

Tints of Persian Rose #F529A1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.17%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 54.81%
G = 9.17%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F529A1 (or 0xF529A1) is known color: Persian Rose. HEX triplet: F5, 29 and A1. RGB value is (245,41,161). Sum of RGB (Red+Green+Blue) = 245+41+161=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F529A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F529A1 is #0AD65E. Grayscale: #737373. Windows color (decimal): -710239 or 10562037. OLE color: 10562037.

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

Color convert

RGB 245 41 161 -
CMYK 0 0.83 0.34 0.04
HSL 324.71º 0.91% 0.56% -
HSV(B) 324.71º 0.83% 0.96% -
XYZ 44.88 23.57 35.9 -
YUV 115.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 245 41 161 0 0.83 0.34 0.04 324.71 0.91 0.56
Hex F5 29 A1 0 53 22 4 145 5B 38
Octal 365 51 241 0 123 42 4 505 133 70
Binary 11110101 101001 10100001 0 1010011 100010 100 101000101 1011011 111000

Color Harmonies of #F529A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529A1

Black with #F529A1

Text Example


Text Example

White with #F529A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529A1; }

 p { color: rgb(245,41,161); }

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

background-color css

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

 a { background-color: rgb(245,41,161); }

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

border-color css

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

 span { border-color: rgb(245,41,161); }

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