#F08BB7

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

Shades of Persian Pink #F08BB7

Tints of Persian Pink #F08BB7

Color information

#F08BB7 (or 0xF08BB7) is unknown color: approx Persian Pink. HEX triplet: F0, 8B and B7. RGB value is (240,139,183). Sum of RGB (Red+Green+Blue) = 240+139+183=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BB7 is #0F7448. Grayscale: #AEAEAE. Windows color (decimal): -1012809 or 12028912. OLE color: 12028912.

HSL color Cylindrical-coordinate representation of color #F08BB7: hue angle of 333.86º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BB7 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240139183-
CMYK00.420.240.06
HSL333.86º77.1%74.31%-
HSV(B)333.86º42.08%94.12%-
XYZ53.7240.4149.77-
YUV174.21132.96174.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=42.70%
G=24.73%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013918300.420.240.06333.8677.174.31
HexF08BB702A18614e4d4a
Octal360213267052306516115112
Binary11110000100010111011011101010101100011010100111010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08BB7; }

 p { color: rgb(240,139,183); }

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

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

 a { background-color: rgb(240,139,183); }

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

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

 span { border-color: rgb(240,139,183); }

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