Html Css Color HEX #F694CF Tea Rose

📋 copy color: '#F694CF'

red 246 ◦ green 148 ◦ blue 207

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

Shades of Tea Rose #F694CF

Tints of Tea Rose #F694CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.63%

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

R = 40.93%
G = 24.63%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F694CF (or 0xF694CF) is known color: Tea Rose. HEX triplet: F6, 94 and CF. RGB value is (246,148,207). Sum of RGB (Red+Green+Blue) = 246+148+207=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F694CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694CF is #096B30. Grayscale: #B7B7B7. Windows color (decimal): -617265 or 13604086. OLE color: 13604086.

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

Color convert

RGB 246 148 207 -
CMYK 0 0.40 0.16 0.04
HSL 323.88º 0.84% 0.77% -
HSV(B) 323.88º 0.4% 0.96% -
XYZ 59.86 45.28 64.62 -
YUV 184.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 246 148 207 0 0.40 0.16 0.04 323.88 0.84 0.77
Hex F6 94 CF 0 28 10 4 144 54 4D
Octal 366 224 317 0 50 20 4 504 124 115
Binary 11110110 10010100 11001111 0 101000 10000 100 101000100 1010100 1001101

Color Harmonies of #F694CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694CF

Black with #F694CF

Text Example


Text Example

White with #F694CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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