Html Css Color HEX #F983BE Persian Pink

📋 copy color: '#F983BE'

red 249 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #F983BE

Tints of Persian Pink #F983BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 43.68%
G = 22.98%
B = 33.33%

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

#F983BE (or 0xF983BE) is known color: Persian Pink. HEX triplet: F9, 83 and BE. RGB value is (249,131,190). Sum of RGB (Red+Green+Blue) = 249+131+190=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BE is #067C41. Grayscale: #ACACAC. Windows color (decimal): -425026 or 12485625. OLE color: 12485625.

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

Color convert

RGB 249 131 190 -
CMYK 0 0.47 0.24 0.02
HSL 330º 0.91% 0.75% -
HSV(B) 330º 0.47% 0.98% -
XYZ 56.48 40.09 53.48 -
YUV 173.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 249 131 190 0 0.47 0.24 0.02 330 0.91 0.75
Hex F9 83 BE 0 2F 18 2 14A 5B 4B
Octal 371 203 276 0 57 30 2 512 133 113
Binary 11111001 10000011 10111110 0 101111 11000 10 101001010 1011011 1001011

Color Harmonies of #F983BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983BE

Black with #F983BE

Text Example


Text Example

White with #F983BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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