Html Css Color HEX #F990CC Tea Rose

📋 copy color: '#F990CC'

red 249 ◦ green 144 ◦ blue 204

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

Shades of Tea Rose #F990CC

Tints of Tea Rose #F990CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.12%

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

R = 41.71%
G = 24.12%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F990CC (or 0xF990CC) is known color: Tea Rose. HEX triplet: F9, 90 and CC. RGB value is (249,144,204). Sum of RGB (Red+Green+Blue) = 249+144+204=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F990CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990CC is #066F33. Grayscale: #B6B6B6. Windows color (decimal): -421684 or 13406457. OLE color: 13406457.

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

Color convert

RGB 249 144 204 -
CMYK 0 0.42 0.18 0.02
HSL 325.71º 0.9% 0.77% -
HSV(B) 325.71º 0.42% 0.98% -
XYZ 59.94 44.45 62.55 -
YUV 182.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 249 144 204 0 0.42 0.18 0.02 325.71 0.9 0.77
Hex F9 90 CC 0 2A 12 2 146 5A 4D
Octal 371 220 314 0 52 22 2 506 132 115
Binary 11111001 10010000 11001100 0 101010 10010 10 101000110 1011010 1001101

Color Harmonies of #F990CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990CC

Black with #F990CC

Text Example


Text Example

White with #F990CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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