Html Css Color HEX #F983B7 Persian Pink

📋 copy color: '#F983B7'

red 249 ◦ green 131 ◦ blue 183

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

Shades of Persian Pink #F983B7

Tints of Persian Pink #F983B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 44.23%
G = 23.27%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F983B7 (or 0xF983B7) is known color: Persian Pink. HEX triplet: F9, 83 and B7. RGB value is (249,131,183). Sum of RGB (Red+Green+Blue) = 249+131+183=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F983B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983B7 is #067C48. Grayscale: #ACACAC. Windows color (decimal): -425033 or 12026873. OLE color: 12026873.

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

Color convert

RGB 249 131 183 -
CMYK 0 0.47 0.27 0.02
HSL 333.56º 0.91% 0.75% -
HSV(B) 333.56º 0.47% 0.98% -
XYZ 55.73 39.79 49.54 -
YUV 172.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 249 131 183 0 0.47 0.27 0.02 333.56 0.91 0.75
Hex F9 83 B7 0 2F 1B 2 14E 5B 4B
Octal 371 203 267 0 57 33 2 516 133 113
Binary 11111001 10000011 10110111 0 101111 11011 10 101001110 1011011 1001011

Color Harmonies of #F983B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983B7

Black with #F983B7

Text Example


Text Example

White with #F983B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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