Html Css Color HEX #F985BA Persian Pink

📋 copy color: '#F985BA'

red 249 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #F985BA

Tints of Persian Pink #F985BA

RGB

 RED value IS 249 (97.66% from 255) = 43.84%

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

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 43.84%
G = 23.42%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F985BA (or 0xF985BA) is known color: Persian Pink. HEX triplet: F9, 85 and BA. RGB value is (249,133,186). Sum of RGB (Red+Green+Blue) = 249+133+186=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F985BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985BA is #067A45. Grayscale: #ADADAD. Windows color (decimal): -424518 or 12223993. OLE color: 12223993.

HSL color Cylindrical-coordinate representation of color #F985BA: hue angle of 332.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985BA is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 133 186 -
CMYK 0 0.47 0.25 0.02
HSL 332.59º 0.91% 0.75% -
HSV(B) 332.59º 0.47% 0.98% -
XYZ 56.32 40.46 51.3 -
YUV 173.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 249 133 186 0 0.47 0.25 0.02 332.59 0.91 0.75
Hex F9 85 BA 0 2F 19 2 14D 5B 4B
Octal 371 205 272 0 57 31 2 515 133 113
Binary 11111001 10000101 10111010 0 101111 11001 10 101001101 1011011 1001011

Color Harmonies of #F985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985BA

Black with #F985BA

Text Example


Text Example

White with #F985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985BA; }

 p { color: rgb(249,133,186); }

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

background-color css

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

 a { background-color: rgb(249,133,186); }

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

border-color css

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

 span { border-color: rgb(249,133,186); }

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