Html Css Color HEX #F981B8 Persian Pink

📋 copy color: '#F981B8'

red 249 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #F981B8

Tints of Persian Pink #F981B8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

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

R = 44.31%
G = 22.95%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F981B8 (or 0xF981B8) is known color: Persian Pink. HEX triplet: F9, 81 and B8. RGB value is (249,129,184). Sum of RGB (Red+Green+Blue) = 249+129+184=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F981B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981B8 is #067E47. Grayscale: #ABABAB. Windows color (decimal): -425544 or 12091897. OLE color: 12091897.

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

Color convert

RGB 249 129 184 -
CMYK 0 0.48 0.26 0.02
HSL 332.5º 0.91% 0.74% -
HSV(B) 332.5º 0.48% 0.98% -
XYZ 55.57 39.3 50 -
YUV 171.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 249 129 184 0 0.48 0.26 0.02 332.5 0.91 0.74
Hex F9 81 B8 0 30 1A 2 14C 5B 4A
Octal 371 201 270 0 60 32 2 514 133 112
Binary 11111001 10000001 10111000 0 110000 11010 10 101001100 1011011 1001010

Color Harmonies of #F981B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981B8

Black with #F981B8

Text Example


Text Example

White with #F981B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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