Html Css Color HEX #F981BC Persian Pink

📋 copy color: '#F981BC'

red 249 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #F981BC

Tints of Persian Pink #F981BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.22%

R = 43.99%
G = 22.79%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F981BC (or 0xF981BC) is known color: Persian Pink. HEX triplet: F9, 81 and BC. RGB value is (249,129,188). Sum of RGB (Red+Green+Blue) = 249+129+188=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F981BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981BC is #067E43. Grayscale: #ABABAB. Windows color (decimal): -425540 or 12354041. OLE color: 12354041.

HSL color Cylindrical-coordinate representation of color #F981BC: hue angle of 330.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 #F981BC is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 129 188 -
CMYK 0 0.48 0.24 0.02
HSL 330.5º 0.91% 0.74% -
HSV(B) 330.5º 0.48% 0.98% -
XYZ 55.99 39.47 52.24 -
YUV 171.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 249 129 188 0 0.48 0.24 0.02 330.5 0.91 0.74
Hex F9 81 BC 0 30 18 2 14A 5B 4A
Octal 371 201 274 0 60 30 2 512 133 112
Binary 11111001 10000001 10111100 0 110000 11000 10 101001010 1011011 1001010

Color Harmonies of #F981BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981BC

Black with #F981BC

Text Example


Text Example

White with #F981BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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