Html Css Color HEX #F539AF Persian Rose

📋 copy color: '#F539AF'

red 245 ◦ green 57 ◦ blue 175

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

Shades of Persian Rose #F539AF

Tints of Persian Rose #F539AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.95%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 51.36%
G = 11.95%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F539AF (or 0xF539AF) is known color: Persian Rose. HEX triplet: F5, 39 and AF. RGB value is (245,57,175). Sum of RGB (Red+Green+Blue) = 245+57+175=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F539AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F539AF is #0AC650. Grayscale: #7E7E7E. Windows color (decimal): -706129 or 11483637. OLE color: 11483637.

HSL color Cylindrical-coordinate representation of color #F539AF: hue angle of 322.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F539AF is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 175 -
CMYK 0 0.77 0.29 0.04
HSL 322.34º 0.9% 0.59% -
HSV(B) 322.34º 0.77% 0.96% -
XYZ 46.86 25.43 43 -
YUV 126.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 245 57 175 0 0.77 0.29 0.04 322.34 0.9 0.59
Hex F5 39 AF 0 4D 1D 4 142 5A 3B
Octal 365 71 257 0 115 35 4 502 132 73
Binary 11110101 111001 10101111 0 1001101 11101 100 101000010 1011010 111011

Color Harmonies of #F539AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F539AF

Black with #F539AF

Text Example


Text Example

White with #F539AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F539AF; }

 p { color: rgb(245,57,175); }

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

background-color css

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

 a { background-color: rgb(245,57,175); }

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

border-color css

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

 span { border-color: rgb(245,57,175); }

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