Html Css Color HEX #F087B9 Persian Pink

📋 copy color: '#F087B9'

red 240 ◦ green 135 ◦ blue 185

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

Shades of Persian Pink #F087B9

Tints of Persian Pink #F087B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 42.86%
G = 24.11%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F087B9 (or 0xF087B9) is known color: Persian Pink. HEX triplet: F0, 87 and B9. RGB value is (240,135,185). Sum of RGB (Red+Green+Blue) = 240+135+185=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F087B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087B9 is #0F7846. Grayscale: #ABABAB. Windows color (decimal): -1013831 or 12158960. OLE color: 12158960.

HSL color Cylindrical-coordinate representation of color #F087B9: hue angle of 331.43º 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 #F087B9 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 185 -
CMYK 0 0.44 0.23 0.06
HSL 331.43º 0.78% 0.74% -
HSV(B) 331.43º 0.44% 0.94% -
XYZ 53.36 39.36 50.68 -
YUV 172.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 240 135 185 0 0.44 0.23 0.06 331.43 0.78 0.74
Hex F0 87 B9 0 2C 17 6 14B 4E 4A
Octal 360 207 271 0 54 27 6 513 116 112
Binary 11110000 10000111 10111001 0 101100 10111 110 101001011 1001110 1001010

Color Harmonies of #F087B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087B9

Black with #F087B9

Text Example


Text Example

White with #F087B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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