Html Css Color HEX #F988B5 Persian Pink

📋 copy color: '#F988B5'

red 249 ◦ green 136 ◦ blue 181

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

Shades of Persian Pink #F988B5

Tints of Persian Pink #F988B5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 181 (71.09% from 255) = 31.98%

R = 43.99%
G = 24.03%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F988B5 (or 0xF988B5) is known color: Persian Pink. HEX triplet: F9, 88 and B5. RGB value is (249,136,181). Sum of RGB (Red+Green+Blue) = 249+136+181=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F988B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988B5 is #06774A. Grayscale: #AEAEAE. Windows color (decimal): -423755 or 11897081. OLE color: 11897081.

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

Color convert

RGB 249 136 181 -
CMYK 0 0.45 0.27 0.02
HSL 336.11º 0.9% 0.75% -
HSV(B) 336.11º 0.45% 0.98% -
XYZ 56.21 41.08 48.68 -
YUV 174.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 249 136 181 0 0.45 0.27 0.02 336.11 0.9 0.75
Hex F9 88 B5 0 2D 1B 2 150 5A 4B
Octal 371 210 265 0 55 33 2 520 132 113
Binary 11111001 10001000 10110101 0 101101 11011 10 101010000 1011010 1001011

Color Harmonies of #F988B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988B5

Black with #F988B5

Text Example


Text Example

White with #F988B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988B5; }

 p { color: rgb(249,136,181); }

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

background-color css

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

 a { background-color: rgb(249,136,181); }

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

border-color css

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

 span { border-color: rgb(249,136,181); }

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