Html Css Color HEX #F983D0 Tea Rose

📋 copy color: '#F983D0'

red 249 ◦ green 131 ◦ blue 208

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

Shades of Tea Rose #F983D0

Tints of Tea Rose #F983D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 42.35%
G = 22.28%
B = 35.37%

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

#F983D0 (or 0xF983D0) is known color: Tea Rose. HEX triplet: F9, 83 and D0. RGB value is (249,131,208). Sum of RGB (Red+Green+Blue) = 249+131+208=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D0 is #067C2F. Grayscale: #AEAEAE. Windows color (decimal): -425008 or 13665273. OLE color: 13665273.

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

Color convert

RGB 249 131 208 -
CMYK 0 0.47 0.16 0.02
HSL 320.85º 0.91% 0.75% -
HSV(B) 320.85º 0.47% 0.98% -
XYZ 58.57 40.93 64.49 -
YUV 175.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 249 131 208 0 0.47 0.16 0.02 320.85 0.91 0.75
Hex F9 83 D0 0 2F 10 2 141 5B 4B
Octal 371 203 320 0 57 20 2 501 133 113
Binary 11111001 10000011 11010000 0 101111 10000 10 101000001 1011011 1001011

Color Harmonies of #F983D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983D0

Black with #F983D0

Text Example


Text Example

White with #F983D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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