Html Css Color HEX #F983D1 Tea Rose

📋 copy color: '#F983D1'

red 249 ◦ green 131 ◦ blue 209

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

Shades of Tea Rose #F983D1

Tints of Tea Rose #F983D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.48%

R = 42.28%
G = 22.24%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F983D1 (or 0xF983D1) is known color: Tea Rose. HEX triplet: F9, 83 and D1. RGB value is (249,131,209). Sum of RGB (Red+Green+Blue) = 249+131+209=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D1 is #067C2E. Grayscale: #AEAEAE. Windows color (decimal): -425007 or 13730809. OLE color: 13730809.

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

Color convert

RGB 249 131 209 -
CMYK 0 0.47 0.16 0.02
HSL 320.34º 0.91% 0.75% -
HSV(B) 320.34º 0.47% 0.98% -
XYZ 58.69 40.98 65.14 -
YUV 175.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 249 131 209 0 0.47 0.16 0.02 320.34 0.91 0.75
Hex F9 83 D1 0 2F 10 2 140 5B 4B
Octal 371 203 321 0 57 20 2 500 133 113
Binary 11111001 10000011 11010001 0 101111 10000 10 101000000 1011011 1001011

Color Harmonies of #F983D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983D1

Black with #F983D1

Text Example


Text Example

White with #F983D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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