Html Css Color HEX #F992C6 Tea Rose

📋 copy color: '#F992C6'

red 249 ◦ green 146 ◦ blue 198

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

Shades of Tea Rose #F992C6

Tints of Tea Rose #F992C6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.62%

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 41.99%
G = 24.62%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F992C6 (or 0xF992C6) is known color: Tea Rose. HEX triplet: F9, 92 and C6. RGB value is (249,146,198). Sum of RGB (Red+Green+Blue) = 249+146+198=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F992C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992C6 is #066D39. Grayscale: #B6B6B6. Windows color (decimal): -421178 or 13013753. OLE color: 13013753.

HSL color Cylindrical-coordinate representation of color #F992C6: hue angle of 329.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992C6 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 198 -
CMYK 0 0.41 0.20 0.02
HSL 329.71º 0.9% 0.77% -
HSV(B) 329.71º 0.41% 0.98% -
XYZ 59.54 44.77 58.93 -
YUV 182.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 249 146 198 0 0.41 0.20 0.02 329.71 0.9 0.77
Hex F9 92 C6 0 29 14 2 14A 5A 4D
Octal 371 222 306 0 51 24 2 512 132 115
Binary 11111001 10010010 11000110 0 101001 10100 10 101001010 1011010 1001101

Color Harmonies of #F992C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992C6

Black with #F992C6

Text Example


Text Example

White with #F992C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992C6; }

 p { color: rgb(249,146,198); }

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

background-color css

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

 a { background-color: rgb(249,146,198); }

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

border-color css

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

 span { border-color: rgb(249,146,198); }

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