Html Css Color HEX #F992CC Tea Rose

📋 copy color: '#F992CC'

red 249 ◦ green 146 ◦ blue 204

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

Shades of Tea Rose #F992CC

Tints of Tea Rose #F992CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 41.57%
G = 24.37%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F992CC (or 0xF992CC) is known color: Tea Rose. HEX triplet: F9, 92 and CC. RGB value is (249,146,204). Sum of RGB (Red+Green+Blue) = 249+146+204=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F992CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992CC is #066D33. Grayscale: #B7B7B7. Windows color (decimal): -421172 or 13406969. OLE color: 13406969.

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

Color convert

RGB 249 146 204 -
CMYK 0 0.41 0.18 0.02
HSL 326.21º 0.9% 0.77% -
HSV(B) 326.21º 0.41% 0.98% -
XYZ 60.24 45.06 62.65 -
YUV 183.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 249 146 204 0 0.41 0.18 0.02 326.21 0.9 0.77
Hex F9 92 CC 0 29 12 2 146 5A 4D
Octal 371 222 314 0 51 22 2 506 132 115
Binary 11111001 10010010 11001100 0 101001 10010 10 101000110 1011010 1001101

Color Harmonies of #F992CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992CC

Black with #F992CC

Text Example


Text Example

White with #F992CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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