Html Css Color HEX #F087BA Persian Pink

📋 copy color: '#F087BA'

red 240 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #F087BA

Tints of Persian Pink #F087BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.06%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 42.78%
G = 24.06%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F087BA (or 0xF087BA) is known color: Persian Pink. HEX triplet: F0, 87 and BA. RGB value is (240,135,186). Sum of RGB (Red+Green+Blue) = 240+135+186=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BA is #0F7845. Grayscale: #ACACAC. Windows color (decimal): -1013830 or 12224496. OLE color: 12224496.

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

Color convert

RGB 240 135 186 -
CMYK 0 0.44 0.22 0.06
HSL 330.86º 0.78% 0.74% -
HSV(B) 330.86º 0.44% 0.94% -
XYZ 53.46 39.4 51.24 -
YUV 172.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 240 135 186 0 0.44 0.22 0.06 330.86 0.78 0.74
Hex F0 87 BA 0 2C 16 6 14B 4E 4A
Octal 360 207 272 0 54 26 6 513 116 112
Binary 11110000 10000111 10111010 0 101100 10110 110 101001011 1001110 1001010

Color Harmonies of #F087BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087BA

Black with #F087BA

Text Example


Text Example

White with #F087BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087BA; }

 p { color: rgb(240,135,186); }

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

background-color css

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

 a { background-color: rgb(240,135,186); }

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

border-color css

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

 span { border-color: rgb(240,135,186); }

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