Html Css Color HEX #F990C8 Tea Rose

📋 copy color: '#F990C8'

red 249 ◦ green 144 ◦ blue 200

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

Shades of Tea Rose #F990C8

Tints of Tea Rose #F990C8

RGB

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

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

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

R = 41.99%
G = 24.28%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F990C8 (or 0xF990C8) is known color: Tea Rose. HEX triplet: F9, 90 and C8. RGB value is (249,144,200). Sum of RGB (Red+Green+Blue) = 249+144+200=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F990C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990C8 is #066F37. Grayscale: #B5B5B5. Windows color (decimal): -421688 or 13144313. OLE color: 13144313.

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

Color convert

RGB 249 144 200 -
CMYK 0 0.42 0.20 0.02
HSL 328º 0.9% 0.77% -
HSV(B) 328º 0.42% 0.98% -
XYZ 59.47 44.26 60.05 -
YUV 181.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 249 144 200 0 0.42 0.20 0.02 328 0.9 0.77
Hex F9 90 C8 0 2A 14 2 148 5A 4D
Octal 371 220 310 0 52 24 2 510 132 115
Binary 11111001 10010000 11001000 0 101010 10100 10 101001000 1011010 1001101

Color Harmonies of #F990C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990C8

Black with #F990C8

Text Example


Text Example

White with #F990C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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