Html Css Color HEX #F085BC Persian Pink

📋 copy color: '#F085BC'

red 240 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #F085BC

Tints of Persian Pink #F085BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.71%

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

R = 42.78%
G = 23.71%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F085BC (or 0xF085BC) is known color: Persian Pink. HEX triplet: F0, 85 and BC. RGB value is (240,133,188). Sum of RGB (Red+Green+Blue) = 240+133+188=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F085BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085BC is #0F7A43. Grayscale: #ABABAB. Windows color (decimal): -1014340 or 12355056. OLE color: 12355056.

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

Color convert

RGB 240 133 188 -
CMYK 0 0.45 0.22 0.06
HSL 329.16º 0.78% 0.73% -
HSV(B) 329.16º 0.45% 0.94% -
XYZ 53.4 38.93 52.28 -
YUV 171.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 240 133 188 0 0.45 0.22 0.06 329.16 0.78 0.73
Hex F0 85 BC 0 2D 16 6 149 4E 49
Octal 360 205 274 0 55 26 6 511 116 111
Binary 11110000 10000101 10111100 0 101101 10110 110 101001001 1001110 1001001

Color Harmonies of #F085BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085BC

Black with #F085BC

Text Example


Text Example

White with #F085BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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