#f474bc

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

Shades of Persian Pink #F474BC

Tints of Persian Pink #F474BC

Color information

#F474BC (or 0xF474BC) is unknown color: approx Persian Pink. HEX triplet: F4, 74 and BC. RGB value is (244,116,188). Sum of RGB (Red+Green+Blue) = 244+116+188=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F474BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474BC is #0B8B43. Grayscale: #A2A2A2. Windows color (decimal): -756548 or 12350708. OLE color: 12350708.

HSL color Cylindrical-coordinate representation of color #F474BC: hue angle of 326.25º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474BC is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244116188-
CMYK00.520.230.04
HSL326.25º85.33%70.59%-
HSV(B)326.25º52.46%95.69%-
XYZ52.6335.3551.63-
YUV162.48142.41186.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.53%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=44.53%
G=21.17%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411618800.520.230.04326.2585.3370.59
HexF474BC0341741465547
Octal364164274064274506125107
Binary1111010011101001011110001101001011110010100011010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f474bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f474bc; }

 p { color: rgb(244,116,188); }

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

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

 a { background-color: rgb(244,116,188); }

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

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

 span { border-color: rgb(244,116,188); }

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