Html Css Color HEX #F988B7 Persian Pink

📋 copy color: '#F988B7'

red 249 ◦ green 136 ◦ blue 183

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

Shades of Persian Pink #F988B7

Tints of Persian Pink #F988B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 43.84%
G = 23.94%
B = 32.22%

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

#F988B7 (or 0xF988B7) is known color: Persian Pink. HEX triplet: F9, 88 and B7. RGB value is (249,136,183). Sum of RGB (Red+Green+Blue) = 249+136+183=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F988B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988B7 is #067748. Grayscale: #AFAFAF. Windows color (decimal): -423753 or 12028153. OLE color: 12028153.

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

Color convert

RGB 249 136 183 -
CMYK 0 0.45 0.27 0.02
HSL 335.04º 0.9% 0.75% -
HSV(B) 335.04º 0.45% 0.98% -
XYZ 56.42 41.17 49.77 -
YUV 175.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 249 136 183 0 0.45 0.27 0.02 335.04 0.9 0.75
Hex F9 88 B7 0 2D 1B 2 14F 5A 4B
Octal 371 210 267 0 55 33 2 517 132 113
Binary 11111001 10001000 10110111 0 101101 11011 10 101001111 1011010 1001011

Color Harmonies of #F988B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F988B7

Black with #F988B7

Text Example


Text Example

White with #F988B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F988B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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