Html Css Color HEX #F989B8 Persian Pink

📋 copy color: '#F989B8'

red 249 ◦ green 137 ◦ blue 184

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

Shades of Persian Pink #F989B8

Tints of Persian Pink #F989B8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.04%

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

R = 43.68%
G = 24.04%
B = 32.28%

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

#F989B8 (or 0xF989B8) is known color: Persian Pink. HEX triplet: F9, 89 and B8. RGB value is (249,137,184). Sum of RGB (Red+Green+Blue) = 249+137+184=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F989B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989B8 is #067647. Grayscale: #AFAFAF. Windows color (decimal): -423496 or 12093945. OLE color: 12093945.

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

Color convert

RGB 249 137 184 -
CMYK 0 0.45 0.26 0.02
HSL 334.82º 0.9% 0.76% -
HSV(B) 334.82º 0.45% 0.98% -
XYZ 56.66 41.49 50.37 -
YUV 175.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 249 137 184 0 0.45 0.26 0.02 334.82 0.9 0.76
Hex F9 89 B8 0 2D 1A 2 14F 5A 4C
Octal 371 211 270 0 55 32 2 517 132 114
Binary 11111001 10001001 10111000 0 101101 11010 10 101001111 1011010 1001100

Color Harmonies of #F989B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989B8

Black with #F989B8

Text Example


Text Example

White with #F989B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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