Html Css Color HEX #F983BA Persian Pink

📋 copy color: '#F983BA'

red 249 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #F983BA

Tints of Persian Pink #F983BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.14%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 43.99%
G = 23.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F983BA (or 0xF983BA) is known color: Persian Pink. HEX triplet: F9, 83 and BA. RGB value is (249,131,186). Sum of RGB (Red+Green+Blue) = 249+131+186=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BA is #067C45. Grayscale: #ACACAC. Windows color (decimal): -425030 or 12223481. OLE color: 12223481.

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

Color convert

RGB 249 131 186 -
CMYK 0 0.47 0.25 0.02
HSL 332.03º 0.91% 0.75% -
HSV(B) 332.03º 0.47% 0.98% -
XYZ 56.05 39.92 51.21 -
YUV 172.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 249 131 186 0 0.47 0.25 0.02 332.03 0.91 0.75
Hex F9 83 BA 0 2F 19 2 14C 5B 4B
Octal 371 203 272 0 57 31 2 514 133 113
Binary 11111001 10000011 10111010 0 101111 11001 10 101001100 1011011 1001011

Color Harmonies of #F983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983BA

Black with #F983BA

Text Example


Text Example

White with #F983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983BA; }

 p { color: rgb(249,131,186); }

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

background-color css

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

 a { background-color: rgb(249,131,186); }

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

border-color css

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

 span { border-color: rgb(249,131,186); }

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