Html Css Color HEX #F694CE Tea Rose

📋 copy color: '#F694CE'

red 246 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F694CE

Tints of Tea Rose #F694CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 41%
G = 24.67%
B = 34.33%

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

#F694CE (or 0xF694CE) is known color: Tea Rose. HEX triplet: F6, 94 and CE. RGB value is (246,148,206). Sum of RGB (Red+Green+Blue) = 246+148+206=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F694CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694CE is #096B31. Grayscale: #B7B7B7. Windows color (decimal): -617266 or 13538550. OLE color: 13538550.

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

Color convert

RGB 246 148 206 -
CMYK 0 0.40 0.16 0.04
HSL 324.49º 0.84% 0.77% -
HSV(B) 324.49º 0.4% 0.96% -
XYZ 59.74 45.23 63.97 -
YUV 183.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 246 148 206 0 0.40 0.16 0.04 324.49 0.84 0.77
Hex F6 94 CE 0 28 10 4 144 54 4D
Octal 366 224 316 0 50 20 4 504 124 115
Binary 11110110 10010100 11001110 0 101000 10000 100 101000100 1010100 1001101

Color Harmonies of #F694CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694CE

Black with #F694CE

Text Example


Text Example

White with #F694CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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