Html Css Color HEX #F536AC Persian Rose

📋 copy color: '#F536AC'

red 245 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #F536AC

Tints of Persian Rose #F536AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 52.02%
G = 11.46%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F536AC (or 0xF536AC) is known color: Persian Rose. HEX triplet: F5, 36 and AC. RGB value is (245,54,172). Sum of RGB (Red+Green+Blue) = 245+54+172=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F536AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536AC is #0AC953. Grayscale: #7C7C7C. Windows color (decimal): -706900 or 11286261. OLE color: 11286261.

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

Color convert

RGB 245 54 172 -
CMYK 0 0.78 0.30 0.04
HSL 322.93º 0.91% 0.59% -
HSV(B) 322.93º 0.78% 0.96% -
XYZ 46.42 25.03 41.41 -
YUV 124.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 245 54 172 0 0.78 0.30 0.04 322.93 0.91 0.59
Hex F5 36 AC 0 4E 1E 4 143 5B 3B
Octal 365 66 254 0 116 36 4 503 133 73
Binary 11110101 110110 10101100 0 1001110 11110 100 101000011 1011011 111011

Color Harmonies of #F536AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536AC

Black with #F536AC

Text Example


Text Example

White with #F536AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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