Html Css Color HEX #F984C1 Tea Rose

📋 copy color: '#F984C1'

red 249 ◦ green 132 ◦ blue 193

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

Shades of Tea Rose #F984C1

Tints of Tea Rose #F984C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.62%

R = 43.38%
G = 23%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F984C1 (or 0xF984C1) is known color: Tea Rose. HEX triplet: F9, 84 and C1. RGB value is (249,132,193). Sum of RGB (Red+Green+Blue) = 249+132+193=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F984C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984C1 is #067B3E. Grayscale: #ADADAD. Windows color (decimal): -424767 or 12682489. OLE color: 12682489.

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

Color convert

RGB 249 132 193 -
CMYK 0 0.47 0.22 0.02
HSL 328.72º 0.91% 0.75% -
HSV(B) 328.72º 0.47% 0.98% -
XYZ 56.94 40.49 55.27 -
YUV 173.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 249 132 193 0 0.47 0.22 0.02 328.72 0.91 0.75
Hex F9 84 C1 0 2F 16 2 149 5B 4B
Octal 371 204 301 0 57 26 2 511 133 113
Binary 11111001 10000100 11000001 0 101111 10110 10 101001001 1011011 1001011

Color Harmonies of #F984C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F984C1

Black with #F984C1

Text Example


Text Example

White with #F984C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F984C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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