#F27BB8

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

Shades of Persian Pink #F27BB8

Tints of Persian Pink #F27BB8

Color information

#F27BB8 (or 0xF27BB8) is unknown color: approx Persian Pink. HEX triplet: F2, 7B and B8. RGB value is (242,123,184). Sum of RGB (Red+Green+Blue) = 242+123+184=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BB8 is #0D8447. Grayscale: #A5A5A5. Windows color (decimal): -885832 or 12090354. OLE color: 12090354.

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

Color convert

RGB242123184-
CMYK00.490.240.05
HSL329.24º82.07%71.57%-
HSV(B)329.24º49.17%94.9%-
XYZ52.3536.549.63-
YUV165.54138.42182.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=44.08%
G=22.40%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212318400.490.240.05329.2482.0771.57
HexF27BB80311851495248
Octal362173270061305511122110
Binary1111001011110111011100001100011100010110100100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27BB8; }

 p { color: rgb(242,123,184); }

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

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

 a { background-color: rgb(242,123,184); }

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

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

 span { border-color: rgb(242,123,184); }

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