Html Css Color HEX #F696CF Tea Rose

📋 copy color: '#F696CF'

red 246 ◦ green 150 ◦ blue 207

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

Shades of Tea Rose #F696CF

Tints of Tea Rose #F696CF

RGB

 RED value IS 246 (96.48% from 255) = 40.8%

 GREEN value IS 150 (58.98% from 255) = 24.88%

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

R = 40.8%
G = 24.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F696CF (or 0xF696CF) is known color: Tea Rose. HEX triplet: F6, 96 and CF. RGB value is (246,150,207). Sum of RGB (Red+Green+Blue) = 246+150+207=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F696CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696CF is #096930. Grayscale: #B9B9B9. Windows color (decimal): -616753 or 13604598. OLE color: 13604598.

HSL color Cylindrical-coordinate representation of color #F696CF: hue angle of 324.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696CF is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 207 -
CMYK 0 0.39 0.16 0.04
HSL 324.38º 0.84% 0.78% -
HSV(B) 324.38º 0.39% 0.96% -
XYZ 60.17 45.91 64.72 -
YUV 185.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 246 150 207 0 0.39 0.16 0.04 324.38 0.84 0.78
Hex F6 96 CF 0 27 10 4 144 54 4E
Octal 366 226 317 0 47 20 4 504 124 116
Binary 11110110 10010110 11001111 0 100111 10000 100 101000100 1010100 1001110

Color Harmonies of #F696CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696CF

Black with #F696CF

Text Example


Text Example

White with #F696CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696CF; }

 p { color: rgb(246,150,207); }

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

background-color css

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

 a { background-color: rgb(246,150,207); }

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

border-color css

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

 span { border-color: rgb(246,150,207); }

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