Html Css Color HEX #F990C3 Tea Rose

📋 copy color: '#F990C3'

red 249 ◦ green 144 ◦ blue 195

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

Shades of Tea Rose #F990C3

Tints of Tea Rose #F990C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.16%

R = 42.35%
G = 24.49%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F990C3 (or 0xF990C3) is known color: Tea Rose. HEX triplet: F9, 90 and C3. RGB value is (249,144,195). Sum of RGB (Red+Green+Blue) = 249+144+195=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F990C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990C3 is #066F3C. Grayscale: #B5B5B5. Windows color (decimal): -421693 or 12816633. OLE color: 12816633.

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

Color convert

RGB 249 144 195 -
CMYK 0 0.42 0.22 0.02
HSL 330.86º 0.9% 0.77% -
HSV(B) 330.86º 0.42% 0.98% -
XYZ 58.89 44.03 57.02 -
YUV 181.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 249 144 195 0 0.42 0.22 0.02 330.86 0.9 0.77
Hex F9 90 C3 0 2A 16 2 14B 5A 4D
Octal 371 220 303 0 52 26 2 513 132 115
Binary 11111001 10010000 11000011 0 101010 10110 10 101001011 1011010 1001101

Color Harmonies of #F990C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990C3

Black with #F990C3

Text Example


Text Example

White with #F990C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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