Html Css Color HEX #F98AB6 Persian Pink

📋 copy color: '#F98AB6'

red 249 ◦ green 138 ◦ blue 182

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

Shades of Persian Pink #F98AB6

Tints of Persian Pink #F98AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.99%

R = 43.76%
G = 24.25%
B = 31.99%

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

#F98AB6 (or 0xF98AB6) is known color: Persian Pink. HEX triplet: F9, 8A and B6. RGB value is (249,138,182). Sum of RGB (Red+Green+Blue) = 249+138+182=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AB6 is #067549. Grayscale: #B0B0B0. Windows color (decimal): -423242 or 11963129. OLE color: 11963129.

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

Color convert

RGB 249 138 182 -
CMYK 0 0.45 0.27 0.02
HSL 336.22º 0.9% 0.76% -
HSV(B) 336.22º 0.45% 0.98% -
XYZ 56.6 41.69 49.32 -
YUV 176.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 249 138 182 0 0.45 0.27 0.02 336.22 0.9 0.76
Hex F9 8A B6 0 2D 1B 2 150 5A 4C
Octal 371 212 266 0 55 33 2 520 132 114
Binary 11111001 10001010 10110110 0 101101 11011 10 101010000 1011010 1001100

Color Harmonies of #F98AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98AB6

Black with #F98AB6

Text Example


Text Example

White with #F98AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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