#F136AE

Color #F136AE Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F136AE

Tints of Persian Rose #F136AE

Color information

#F136AE (or 0xF136AE) is unknown color: approx Persian Rose. HEX triplet: F1, 36 and AE. RGB value is (241,54,174). Sum of RGB (Red+Green+Blue) = 241+54+174=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F136AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136AE is #0EC951. Grayscale: #7B7B7B. Windows color (decimal): -969042 or 11417329. OLE color: 11417329.

HSL color Cylindrical-coordinate representation of color #F136AE: hue angle of 321.5º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F136AE is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24154174-
CMYK00.780.280.05
HSL321.5º86.98%57.84%-
HSV(B)321.5º77.59%94.51%-
XYZ45.2324.442.37-
YUV123.59156.45211.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 54 (21.48% from 255) = 11.51%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=51.39%
G=11.51%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415417400.780.280.05321.586.9857.84
HexF136AE04E1C5141573a
Octal36166256011634550112772
Binary111100011101101010111001001110111001011010000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F136AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F136AE; }

 p { color: rgb(241,54,174); }

 H1.HeaderClassName
 {
   color: #F136AE;
 }
 .AnyTagClassName
 {
   color: #F136AE;
 }
</style>
background-color css

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

 a { background-color: rgb(241,54,174); }

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

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

 span { border-color: rgb(241,54,174); }

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