Html Css Color HEX #F992C8 Tea Rose

📋 copy color: '#F992C8'

red 249 ◦ green 146 ◦ blue 200

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

Shades of Tea Rose #F992C8

Tints of Tea Rose #F992C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 41.85%
G = 24.54%
B = 33.61%

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

#F992C8 (or 0xF992C8) is known color: Tea Rose. HEX triplet: F9, 92 and C8. RGB value is (249,146,200). Sum of RGB (Red+Green+Blue) = 249+146+200=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F992C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992C8 is #066D37. Grayscale: #B6B6B6. Windows color (decimal): -421176 or 13144825. OLE color: 13144825.

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

Color convert

RGB 249 146 200 -
CMYK 0 0.41 0.20 0.02
HSL 328.54º 0.9% 0.77% -
HSV(B) 328.54º 0.41% 0.98% -
XYZ 59.77 44.87 60.15 -
YUV 182.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 249 146 200 0 0.41 0.20 0.02 328.54 0.9 0.77
Hex F9 92 C8 0 29 14 2 149 5A 4D
Octal 371 222 310 0 51 24 2 511 132 115
Binary 11111001 10010010 11001000 0 101001 10100 10 101001001 1011010 1001101

Color Harmonies of #F992C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992C8

Black with #F992C8

Text Example


Text Example

White with #F992C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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