Html Css Color HEX #F98BB8 Persian Pink

📋 copy color: '#F98BB8'

red 249 ◦ green 139 ◦ blue 184

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

Shades of Persian Pink #F98BB8

Tints of Persian Pink #F98BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.3%

 BLUE value IS 184 (72.27% from 255) = 32.17%

R = 43.53%
G = 24.3%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F98BB8 (or 0xF98BB8) is known color: Persian Pink. HEX triplet: F9, 8B and B8. RGB value is (249,139,184). Sum of RGB (Red+Green+Blue) = 249+139+184=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BB8 is #067447. Grayscale: #B0B0B0. Windows color (decimal): -422984 or 12094457. OLE color: 12094457.

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

Color convert

RGB 249 139 184 -
CMYK 0 0.44 0.26 0.02
HSL 335.45º 0.9% 0.76% -
HSV(B) 335.45º 0.44% 0.98% -
XYZ 56.95 42.07 50.47 -
YUV 177.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 249 139 184 0 0.44 0.26 0.02 335.45 0.9 0.76
Hex F9 8B B8 0 2C 1A 2 14F 5A 4C
Octal 371 213 270 0 54 32 2 517 132 114
Binary 11111001 10001011 10111000 0 101100 11010 10 101001111 1011010 1001100

Color Harmonies of #F98BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BB8

Black with #F98BB8

Text Example


Text Example

White with #F98BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BB8; }

 p { color: rgb(249,139,184); }

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

background-color css

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

 a { background-color: rgb(249,139,184); }

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

border-color css

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

 span { border-color: rgb(249,139,184); }

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