Html Css Color HEX #F086B2 Persian Pink

📋 copy color: '#F086B2'

red 240 ◦ green 134 ◦ blue 178

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

Shades of Persian Pink #F086B2

Tints of Persian Pink #F086B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 43.48%
G = 24.28%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F086B2 (or 0xF086B2) is known color: Persian Pink. HEX triplet: F0, 86 and B2. RGB value is (240,134,178). Sum of RGB (Red+Green+Blue) = 240+134+178=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086B2 is #0F794D. Grayscale: #AAAAAA. Windows color (decimal): -1014094 or 11699952. OLE color: 11699952.

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

Color convert

RGB 240 134 178 -
CMYK 0 0.44 0.26 0.06
HSL 335.09º 0.78% 0.73% -
HSV(B) 335.09º 0.44% 0.94% -
XYZ 52.5 38.79 46.84 -
YUV 170.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 240 134 178 0 0.44 0.26 0.06 335.09 0.78 0.73
Hex F0 86 B2 0 2C 1A 6 14F 4E 49
Octal 360 206 262 0 54 32 6 517 116 111
Binary 11110000 10000110 10110010 0 101100 11010 110 101001111 1001110 1001001

Color Harmonies of #F086B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086B2

Black with #F086B2

Text Example


Text Example

White with #F086B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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