Html Css Color HEX #F486BB Persian Pink

📋 copy color: '#F486BB'

red 244 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #F486BB

Tints of Persian Pink #F486BB

RGB

 RED value IS 244 (95.7% from 255) = 43.19%

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 43.19%
G = 23.72%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F486BB (or 0xF486BB) is known color: Persian Pink. HEX triplet: F4, 86 and BB. RGB value is (244,134,187). Sum of RGB (Red+Green+Blue) = 244+134+187=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F486BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486BB is #0B7944. Grayscale: #ACACAC. Windows color (decimal): -751941 or 12289780. OLE color: 12289780.

HSL color Cylindrical-coordinate representation of color #F486BB: hue angle of 331.09º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486BB is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 134 187 -
CMYK 0 0.45 0.23 0.04
HSL 331.09º 0.83% 0.74% -
HSV(B) 331.09º 0.45% 0.96% -
XYZ 54.8 39.87 51.82 -
YUV 172.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 244 134 187 0 0.45 0.23 0.04 331.09 0.83 0.74
Hex F4 86 BB 0 2D 17 4 14B 53 4A
Octal 364 206 273 0 55 27 4 513 123 112
Binary 11110100 10000110 10111011 0 101101 10111 100 101001011 1010011 1001010

Color Harmonies of #F486BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486BB

Black with #F486BB

Text Example


Text Example

White with #F486BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486BB; }

 p { color: rgb(244,134,187); }

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

background-color css

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

 a { background-color: rgb(244,134,187); }

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

border-color css

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

 span { border-color: rgb(244,134,187); }

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