Html Css Color HEX #F088BB Persian Pink

📋 copy color: '#F088BB'

red 240 ◦ green 136 ◦ blue 187

#F088BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F088BB

Tints of Persian Pink #F088BB

RGB

 RED value IS 240 (94.14% from 255) = 42.63%

 GREEN value IS 136 (53.52% from 255) = 24.16%

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 42.63%
G = 24.16%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F088BB (or 0xF088BB) is known color: Persian Pink. HEX triplet: F0, 88 and BB. RGB value is (240,136,187). Sum of RGB (Red+Green+Blue) = 240+136+187=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F088BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088BB is #0F7744. Grayscale: #ACACAC. Windows color (decimal): -1013573 or 12290288. OLE color: 12290288.

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

Color convert

RGB 240 136 187 -
CMYK 0 0.43 0.22 0.06
HSL 330.58º 0.78% 0.74% -
HSV(B) 330.58º 0.43% 0.94% -
XYZ 53.71 39.72 51.85 -
YUV 172.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 240 136 187 0 0.43 0.22 0.06 330.58 0.78 0.74
Hex F0 88 BB 0 2B 16 6 14B 4E 4A
Octal 360 210 273 0 53 26 6 513 116 112
Binary 11110000 10001000 10111011 0 101011 10110 110 101001011 1001110 1001010

Color Harmonies of #F088BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088BB

Black with #F088BB

Text Example


Text Example

White with #F088BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088BB; }

 p { color: rgb(240,136,187); }

 H1.HeaderClassName
 {
   color: #F088BB;
 }
 .AnyTagClassName
 {
   color: #F088BB;
 }
</style>

background-color css

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

 a { background-color: rgb(240,136,187); }

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

border-color css

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

 span { border-color: rgb(240,136,187); }

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