Html Css Color HEX #F98AB8 Persian Pink

📋 copy color: '#F98AB8'

red 249 ◦ green 138 ◦ blue 184

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

Shades of Persian Pink #F98AB8

Tints of Persian Pink #F98AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.17%

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

R = 43.61%
G = 24.17%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F98AB8 (or 0xF98AB8) is known color: Persian Pink. HEX triplet: F9, 8A and B8. RGB value is (249,138,184). Sum of RGB (Red+Green+Blue) = 249+138+184=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AB8 is #067547. Grayscale: #B0B0B0. Windows color (decimal): -423240 or 12094201. OLE color: 12094201.

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

Color convert

RGB 249 138 184 -
CMYK 0 0.45 0.26 0.02
HSL 335.14º 0.9% 0.76% -
HSV(B) 335.14º 0.45% 0.98% -
XYZ 56.81 41.78 50.42 -
YUV 176.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 249 138 184 0 0.45 0.26 0.02 335.14 0.9 0.76
Hex F9 8A B8 0 2D 1A 2 14F 5A 4C
Octal 371 212 270 0 55 32 2 517 132 114
Binary 11111001 10001010 10111000 0 101101 11010 10 101001111 1011010 1001100

Color Harmonies of #F98AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98AB8

Black with #F98AB8

Text Example


Text Example

White with #F98AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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