Html Css Color HEX #F995CF Tea Rose

📋 copy color: '#F995CF'

red 249 ◦ green 149 ◦ blue 207

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

Shades of Tea Rose #F995CF

Tints of Tea Rose #F995CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 41.16%
G = 24.63%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F995CF (or 0xF995CF) is known color: Tea Rose. HEX triplet: F9, 95 and CF. RGB value is (249,149,207). Sum of RGB (Red+Green+Blue) = 249+149+207=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F995CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995CF is #066A30. Grayscale: #B9B9B9. Windows color (decimal): -420401 or 13604345. OLE color: 13604345.

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

Color convert

RGB 249 149 207 -
CMYK 0 0.40 0.17 0.02
HSL 325.2º 0.89% 0.78% -
HSV(B) 325.2º 0.4% 0.98% -
XYZ 61.08 46.14 64.72 -
YUV 185.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 249 149 207 0 0.40 0.17 0.02 325.2 0.89 0.78
Hex F9 95 CF 0 28 11 2 145 59 4E
Octal 371 225 317 0 50 21 2 505 131 116
Binary 11111001 10010101 11001111 0 101000 10001 10 101000101 1011001 1001110

Color Harmonies of #F995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995CF

Black with #F995CF

Text Example


Text Example

White with #F995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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