Html Css Color HEX #F985B9 Persian Pink

📋 copy color: '#F985B9'

red 249 ◦ green 133 ◦ blue 185

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

Shades of Persian Pink #F985B9

Tints of Persian Pink #F985B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.63%

R = 43.92%
G = 23.46%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F985B9 (or 0xF985B9) is known color: Persian Pink. HEX triplet: F9, 85 and B9. RGB value is (249,133,185). Sum of RGB (Red+Green+Blue) = 249+133+185=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F985B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985B9 is #067A46. Grayscale: #ADADAD. Windows color (decimal): -424519 or 12158457. OLE color: 12158457.

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

Color convert

RGB 249 133 185 -
CMYK 0 0.47 0.26 0.02
HSL 333.1º 0.91% 0.75% -
HSV(B) 333.1º 0.47% 0.98% -
XYZ 56.21 40.42 50.74 -
YUV 173.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 249 133 185 0 0.47 0.26 0.02 333.1 0.91 0.75
Hex F9 85 B9 0 2F 1A 2 14D 5B 4B
Octal 371 205 271 0 57 32 2 515 133 113
Binary 11111001 10000101 10111001 0 101111 11010 10 101001101 1011011 1001011

Color Harmonies of #F985B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985B9

Black with #F985B9

Text Example


Text Example

White with #F985B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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