Html Css Color HEX #F995D0 Tea Rose

📋 copy color: '#F995D0'

red 249 ◦ green 149 ◦ blue 208

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

Shades of Tea Rose #F995D0

Tints of Tea Rose #F995D0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.59%

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 41.09%
G = 24.59%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F995D0 (or 0xF995D0) is known color: Tea Rose. HEX triplet: F9, 95 and D0. RGB value is (249,149,208). Sum of RGB (Red+Green+Blue) = 249+149+208=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F995D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995D0 is #066A2F. Grayscale: #B9B9B9. Windows color (decimal): -420400 or 13669881. OLE color: 13669881.

HSL color Cylindrical-coordinate representation of color #F995D0: hue angle of 324.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995D0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 208 -
CMYK 0 0.40 0.16 0.02
HSL 324.6º 0.89% 0.78% -
HSV(B) 324.6º 0.4% 0.98% -
XYZ 61.2 46.19 65.36 -
YUV 185.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 249 149 208 0 0.40 0.16 0.02 324.6 0.89 0.78
Hex F9 95 D0 0 28 10 2 145 59 4E
Octal 371 225 320 0 50 20 2 505 131 116
Binary 11111001 10010101 11010000 0 101000 10000 10 101000101 1011001 1001110

Color Harmonies of #F995D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995D0

Black with #F995D0

Text Example


Text Example

White with #F995D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995D0; }

 p { color: rgb(249,149,208); }

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

background-color css

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

 a { background-color: rgb(249,149,208); }

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

border-color css

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

 span { border-color: rgb(249,149,208); }

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