Html Css Color HEX #F086B3 Persian Pink

📋 copy color: '#F086B3'

red 240 ◦ green 134 ◦ blue 179

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

Shades of Persian Pink #F086B3

Tints of Persian Pink #F086B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 43.4%
G = 24.23%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F086B3 (or 0xF086B3) is known color: Persian Pink. HEX triplet: F0, 86 and B3. RGB value is (240,134,179). Sum of RGB (Red+Green+Blue) = 240+134+179=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B3 is #0F794C. Grayscale: #AAAAAA. Windows color (decimal): -1014093 or 11765488. OLE color: 11765488.

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

Color convert

RGB 240 134 179 -
CMYK 0 0.44 0.25 0.06
HSL 334.53º 0.78% 0.73% -
HSV(B) 334.53º 0.44% 0.94% -
XYZ 52.6 38.83 47.37 -
YUV 170.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 240 134 179 0 0.44 0.25 0.06 334.53 0.78 0.73
Hex F0 86 B3 0 2C 19 6 14F 4E 49
Octal 360 206 263 0 54 31 6 517 116 111
Binary 11110000 10000110 10110011 0 101100 11001 110 101001111 1001110 1001001

Color Harmonies of #F086B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086B3

Black with #F086B3

Text Example


Text Example

White with #F086B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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