Html Css Color HEX #F983C7 Tea Rose

📋 copy color: '#F983C7'

red 249 ◦ green 131 ◦ blue 199

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

Shades of Tea Rose #F983C7

Tints of Tea Rose #F983C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 43.01%
G = 22.63%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F983C7 (or 0xF983C7) is known color: Tea Rose. HEX triplet: F9, 83 and C7. RGB value is (249,131,199). Sum of RGB (Red+Green+Blue) = 249+131+199=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F983C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983C7 is #067C38. Grayscale: #ADADAD. Windows color (decimal): -425017 or 13075449. OLE color: 13075449.

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

Color convert

RGB 249 131 199 -
CMYK 0 0.47 0.20 0.02
HSL 325.42º 0.91% 0.75% -
HSV(B) 325.42º 0.47% 0.98% -
XYZ 57.49 40.5 58.82 -
YUV 174.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 249 131 199 0 0.47 0.20 0.02 325.42 0.91 0.75
Hex F9 83 C7 0 2F 14 2 145 5B 4B
Octal 371 203 307 0 57 24 2 505 133 113
Binary 11111001 10000011 11000111 0 101111 10100 10 101000101 1011011 1001011

Color Harmonies of #F983C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983C7

Black with #F983C7

Text Example


Text Example

White with #F983C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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