Html Css Color HEX #F981B2 Persian Pink

📋 copy color: '#F981B2'

red 249 ◦ green 129 ◦ blue 178

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

Shades of Persian Pink #F981B2

Tints of Persian Pink #F981B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 44.78%
G = 23.2%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F981B2 (or 0xF981B2) is known color: Persian Pink. HEX triplet: F9, 81 and B2. RGB value is (249,129,178). Sum of RGB (Red+Green+Blue) = 249+129+178=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F981B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F981B2 is #067E4D. Grayscale: #AAAAAA. Windows color (decimal): -425550 or 11698681. OLE color: 11698681.

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

Color convert

RGB 249 129 178 -
CMYK 0 0.48 0.29 0.02
HSL 335.5º 0.91% 0.74% -
HSV(B) 335.5º 0.48% 0.98% -
XYZ 54.95 39.05 46.76 -
YUV 170.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 249 129 178 0 0.48 0.29 0.02 335.5 0.91 0.74
Hex F9 81 B2 0 30 1D 2 150 5B 4A
Octal 371 201 262 0 60 35 2 520 133 112
Binary 11111001 10000001 10110010 0 110000 11101 10 101010000 1011011 1001010

Color Harmonies of #F981B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981B2

Black with #F981B2

Text Example


Text Example

White with #F981B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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