Html Css Color HEX #F984C2 Tea Rose

📋 copy color: '#F984C2'

red 249 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #F984C2

Tints of Tea Rose #F984C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.74%

R = 43.3%
G = 22.96%
B = 33.74%

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

#F984C2 (or 0xF984C2) is known color: Tea Rose. HEX triplet: F9, 84 and C2. RGB value is (249,132,194). Sum of RGB (Red+Green+Blue) = 249+132+194=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F984C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984C2 is #067B3D. Grayscale: #ADADAD. Windows color (decimal): -424766 or 12748025. OLE color: 12748025.

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

Color convert

RGB 249 132 194 -
CMYK 0 0.47 0.22 0.02
HSL 328.21º 0.91% 0.75% -
HSV(B) 328.21º 0.47% 0.98% -
XYZ 57.06 40.54 55.86 -
YUV 174.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 249 132 194 0 0.47 0.22 0.02 328.21 0.91 0.75
Hex F9 84 C2 0 2F 16 2 148 5B 4B
Octal 371 204 302 0 57 26 2 510 133 113
Binary 11111001 10000100 11000010 0 101111 10110 10 101001000 1011011 1001011

Color Harmonies of #F984C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F984C2

Black with #F984C2

Text Example


Text Example

White with #F984C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F984C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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