Html Css Color HEX #F697CF Tea Rose

📋 copy color: '#F697CF'

red 246 ◦ green 151 ◦ blue 207

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

Shades of Tea Rose #F697CF

Tints of Tea Rose #F697CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25%

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

R = 40.73%
G = 25%
B = 34.27%

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

#F697CF (or 0xF697CF) is known color: Tea Rose. HEX triplet: F6, 97 and CF. RGB value is (246,151,207). Sum of RGB (Red+Green+Blue) = 246+151+207=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F697CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697CF is #096830. Grayscale: #B9B9B9. Windows color (decimal): -616497 or 13604854. OLE color: 13604854.

HSL color Cylindrical-coordinate representation of color #F697CF: hue angle of 324.63º 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 #F697CF is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 151 207 -
CMYK 0 0.39 0.16 0.04
HSL 324.63º 0.84% 0.78% -
HSV(B) 324.63º 0.39% 0.96% -
XYZ 60.34 46.23 64.77 -
YUV 185.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 246 151 207 0 0.39 0.16 0.04 324.63 0.84 0.78
Hex F6 97 CF 0 27 10 4 145 54 4E
Octal 366 227 317 0 47 20 4 505 124 116
Binary 11110110 10010111 11001111 0 100111 10000 100 101000101 1010100 1001110

Color Harmonies of #F697CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F697CF

Black with #F697CF

Text Example


Text Example

White with #F697CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F697CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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