Html Css Color HEX #F536AB Persian Rose

📋 copy color: '#F536AB'

red 245 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #F536AB

Tints of Persian Rose #F536AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 52.13%
G = 11.49%
B = 36.38%

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

#F536AB (or 0xF536AB) is known color: Persian Rose. HEX triplet: F5, 36 and AB. RGB value is (245,54,171). Sum of RGB (Red+Green+Blue) = 245+54+171=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F536AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536AB is #0AC954. Grayscale: #7C7C7C. Windows color (decimal): -706901 or 11220725. OLE color: 11220725.

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

Color convert

RGB 245 54 171 -
CMYK 0 0.78 0.30 0.04
HSL 323.25º 0.91% 0.59% -
HSV(B) 323.25º 0.78% 0.96% -
XYZ 46.33 24.99 40.91 -
YUV 124.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 245 54 171 0 0.78 0.30 0.04 323.25 0.91 0.59
Hex F5 36 AB 0 4E 1E 4 143 5B 3B
Octal 365 66 253 0 116 36 4 503 133 73
Binary 11110101 110110 10101011 0 1001110 11110 100 101000011 1011011 111011

Color Harmonies of #F536AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536AB

Black with #F536AB

Text Example


Text Example

White with #F536AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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