Html Css Color HEX #F536AD Persian Rose

📋 copy color: '#F536AD'

red 245 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #F536AD

Tints of Persian Rose #F536AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.44%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 51.91%
G = 11.44%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F536AD (or 0xF536AD) is known color: Persian Rose. HEX triplet: F5, 36 and AD. RGB value is (245,54,173). Sum of RGB (Red+Green+Blue) = 245+54+173=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F536AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536AD is #0AC952. Grayscale: #7C7C7C. Windows color (decimal): -706899 or 11351797. OLE color: 11351797.

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

Color convert

RGB 245 54 173 -
CMYK 0 0.78 0.29 0.04
HSL 322.62º 0.91% 0.59% -
HSV(B) 322.62º 0.78% 0.96% -
XYZ 46.52 25.07 41.92 -
YUV 124.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 245 54 173 0 0.78 0.29 0.04 322.62 0.91 0.59
Hex F5 36 AD 0 4E 1D 4 143 5B 3B
Octal 365 66 255 0 116 35 4 503 133 73
Binary 11110101 110110 10101101 0 1001110 11101 100 101000011 1011011 111011

Color Harmonies of #F536AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536AD

Black with #F536AD

Text Example


Text Example

White with #F536AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536AD; }

 p { color: rgb(245,54,173); }

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

background-color css

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

 a { background-color: rgb(245,54,173); }

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

border-color css

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

 span { border-color: rgb(245,54,173); }

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