Html Css Color HEX #F984D0 Tea Rose

📋 copy color: '#F984D0'

red 249 ◦ green 132 ◦ blue 208

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

Shades of Tea Rose #F984D0

Tints of Tea Rose #F984D0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.41%

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

R = 42.28%
G = 22.41%
B = 35.31%

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

#F984D0 (or 0xF984D0) is known color: Tea Rose. HEX triplet: F9, 84 and D0. RGB value is (249,132,208). Sum of RGB (Red+Green+Blue) = 249+132+208=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F984D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984D0 is #067B2F. Grayscale: #AFAFAF. Windows color (decimal): -424752 or 13665529. OLE color: 13665529.

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

Color convert

RGB 249 132 208 -
CMYK 0 0.47 0.16 0.02
HSL 321.03º 0.91% 0.75% -
HSV(B) 321.03º 0.47% 0.98% -
XYZ 58.7 41.2 64.53 -
YUV 175.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 249 132 208 0 0.47 0.16 0.02 321.03 0.91 0.75
Hex F9 84 D0 0 2F 10 2 141 5B 4B
Octal 371 204 320 0 57 20 2 501 133 113
Binary 11111001 10000100 11010000 0 101111 10000 10 101000001 1011011 1001011

Color Harmonies of #F984D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F984D0

Black with #F984D0

Text Example


Text Example

White with #F984D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F984D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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