Html Css Color HEX #F983BC Persian Pink

📋 copy color: '#F983BC'

red 249 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #F983BC

Tints of Persian Pink #F983BC

RGB

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

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

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

R = 43.84%
G = 23.06%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F983BC (or 0xF983BC) is known color: Persian Pink. HEX triplet: F9, 83 and BC. RGB value is (249,131,188). Sum of RGB (Red+Green+Blue) = 249+131+188=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BC is #067C43. Grayscale: #ACACAC. Windows color (decimal): -425028 or 12354553. OLE color: 12354553.

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

Color convert

RGB 249 131 188 -
CMYK 0 0.47 0.24 0.02
HSL 331.02º 0.91% 0.75% -
HSV(B) 331.02º 0.47% 0.98% -
XYZ 56.26 40 52.33 -
YUV 172.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 249 131 188 0 0.47 0.24 0.02 331.02 0.91 0.75
Hex F9 83 BC 0 2F 18 2 14B 5B 4B
Octal 371 203 274 0 57 30 2 513 133 113
Binary 11111001 10000011 10111100 0 101111 11000 10 101001011 1011011 1001011

Color Harmonies of #F983BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983BC

Black with #F983BC

Text Example


Text Example

White with #F983BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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