Html Css Color HEX #F087BC Persian Pink

📋 copy color: '#F087BC'

red 240 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #F087BC

Tints of Persian Pink #F087BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 42.63%
G = 23.98%
B = 33.39%

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

#F087BC (or 0xF087BC) is known color: Persian Pink. HEX triplet: F0, 87 and BC. RGB value is (240,135,188). Sum of RGB (Red+Green+Blue) = 240+135+188=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F087BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087BC is #0F7843. Grayscale: #ACACAC. Windows color (decimal): -1013828 or 12355568. OLE color: 12355568.

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

Color convert

RGB 240 135 188 -
CMYK 0 0.44 0.22 0.06
HSL 329.71º 0.78% 0.74% -
HSV(B) 329.71º 0.44% 0.94% -
XYZ 53.68 39.48 52.37 -
YUV 172.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 240 135 188 0 0.44 0.22 0.06 329.71 0.78 0.74
Hex F0 87 BC 0 2C 16 6 14A 4E 4A
Octal 360 207 274 0 54 26 6 512 116 112
Binary 11110000 10000111 10111100 0 101100 10110 110 101001010 1001110 1001010

Color Harmonies of #F087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087BC

Black with #F087BC

Text Example


Text Example

White with #F087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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