#F27FB0

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

Shades of Persian Pink #F27FB0

Tints of Persian Pink #F27FB0

Color information

#F27FB0 (or 0xF27FB0) is unknown color: approx Persian Pink. HEX triplet: F2, 7F and B0. RGB value is (242,127,176). Sum of RGB (Red+Green+Blue) = 242+127+176=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27FB0 is #0D804F. Grayscale: #A6A6A6. Windows color (decimal): -884816 or 11567090. OLE color: 11567090.

HSL color Cylindrical-coordinate representation of color #F27FB0: hue angle of 334.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FB0 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242127176-
CMYK00.480.270.05
HSL334.43º81.56%72.35%-
HSV(B)334.43º47.52%94.9%-
XYZ52.0437.1945.51-
YUV166.97133.1181.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=44.40%
G=23.30%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212717600.480.270.05334.4381.5672.35
HexF27FB00301B514e5248
Octal362177260060335516122110
Binary1111001011111111011000001100001101110110100111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27FB0; }

 p { color: rgb(242,127,176); }

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

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

 a { background-color: rgb(242,127,176); }

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

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

 span { border-color: rgb(242,127,176); }

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