Html Css Color HEX #F086B8 Persian Pink

📋 copy color: '#F086B8'

red 240 ◦ green 134 ◦ blue 184

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

Shades of Persian Pink #F086B8

Tints of Persian Pink #F086B8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.01%

 BLUE value IS 184 (72.27% from 255) = 32.97%

R = 43.01%
G = 24.01%
B = 32.97%

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

#F086B8 (or 0xF086B8) is known color: Persian Pink. HEX triplet: F0, 86 and B8. RGB value is (240,134,184). Sum of RGB (Red+Green+Blue) = 240+134+184=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B8 is #0F7947. Grayscale: #ABABAB. Windows color (decimal): -1014088 or 12093168. OLE color: 12093168.

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

Color convert

RGB 240 134 184 -
CMYK 0 0.44 0.23 0.06
HSL 331.7º 0.78% 0.73% -
HSV(B) 331.7º 0.44% 0.94% -
XYZ 53.11 39.04 50.08 -
YUV 171.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 240 134 184 0 0.44 0.23 0.06 331.7 0.78 0.73
Hex F0 86 B8 0 2C 17 6 14C 4E 49
Octal 360 206 270 0 54 27 6 514 116 111
Binary 11110000 10000110 10111000 0 101100 10111 110 101001100 1001110 1001001

Color Harmonies of #F086B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086B8

Black with #F086B8

Text Example


Text Example

White with #F086B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086B8; }

 p { color: rgb(240,134,184); }

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

background-color css

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

 a { background-color: rgb(240,134,184); }

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

border-color css

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

 span { border-color: rgb(240,134,184); }

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